Skip to content

Commit b756e08

Browse files
committed
5
1 parent ee38270 commit b756e08

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

DateTime Series/E5.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22

33
given_date = datetime(2020, 7, 26)
44

5-
print(given_date.strftime('%A'))
6-
print(given_date.weekday())
5+
print(given_date.strftime('%A'))

0 commit comments

Comments
 (0)