Skip to content

Commit 40504b8

Browse files
Create main.py
Co-authored-by: LeAndre <lcjunior1220@gmail.com>
1 parent 8d538ce commit 40504b8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

main.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import os, time
2+
from dotenv import load_dotenv
3+
4+
load_dotenv()
5+
6+
print(os.time())
7+
print(time.now())

0 commit comments

Comments
 (0)