Skip to content

Commit 0440255

Browse files
authored
Add My Calender Program
1 parent c068ed1 commit 0440255

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

python3/lavishsheth.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import calendar
2+
yy = 2022
3+
mm = 10
4+
5+
print(calendar.month(yy,mm))
6+
7+
Output:-
8+
![Screenshot (8)](https://user-images.githubusercontent.com/109017996/193459821-55adaa1a-bc4f-4039-aae2-d41fb49aed89.png)
9+
10+

0 commit comments

Comments
 (0)