CJ
Size: a a a
CJ
R3
БГ
B
БГ
БГ
CJ
PB
CJ
БГ
VA
Python3
import datetime
now = datetime.datetime.now()
str_now = datetime.datetime.strftime(now, "%H:%M:%S")
print(str_now)
01:24:33
VA
БГ
Python3
import datetime
now = datetime.datetime.now()
str_now = datetime.datetime.strftime(now, "%H:%M:%S")
print(str_now)
01:24:33
VA
CJ
VA
C
PB