filename = f'{datetime.now():%Y-%m-%d-%H%M}'
with open(f'{filename}.txt', 'w') as file:
file.write('hello')
For further actions, you may consider blocking this person and/or reporting abuse
filename = f'{datetime.now():%Y-%m-%d-%H%M}'
with open(f'{filename}.txt', 'w') as file:
file.write('hello')
For further actions, you may consider blocking this person and/or reporting abuse
From technical discussions to philosophical debates, AWS and AWS Partners examine the impact and evolution of gen AI.
nagasuresh dondapati -
sundaycoding -
Alcione Paiva -
Dev Resources -
Top comments (0)