We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c068ed1 commit 0440255Copy full SHA for 0440255
python3/lavishsheth.md
@@ -0,0 +1,10 @@
1
+import calendar
2
+yy = 2022
3
+mm = 10
4
+
5
+print(calendar.month(yy,mm))
6
7
+Output:-
8
+
9
10
0 commit comments