batman
This commit is contained in:
commit
cc8ffcfcc2
38 changed files with 6046 additions and 0 deletions
5
python/dev/test.py
Normal file
5
python/dev/test.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
from datetime import datetime
|
||||
|
||||
current_year = datetime.now().year
|
||||
|
||||
print(current_year)
|
Loading…
Add table
Add a link
Reference in a new issue