How can I print a calendar | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

How can I print a calendar

24th Sep 2021, 8:02 AM
Lawal Farooq
17 Answers
+ 8
Lawal Farooq , as your question is incomplete, people have stated to guess and give you some hints. please complete your question by naming the programming language. thanks!
24th Sep 2021, 8:52 AM
Lothar
Lothar - avatar
+ 6
SAN , thanks for your information. i mean if someone is expecting help from the community, he has to put a bit more effort in writing a complete question. doing not so, is wasting everyone's time.
24th Sep 2021, 10:21 AM
Lothar
Lothar - avatar
+ 4
It’s possible to print a calendar. But the code will depends on your programming language.
24th Sep 2021, 8:16 AM
Fꫀⲅძ᥆͟ᥙ᥉᯽
Fꫀⲅძ᥆͟ᥙ᥉᯽ - avatar
24th Sep 2021, 8:23 AM
Fꫀⲅძ᥆͟ᥙ᥉᯽
Fꫀⲅძ᥆͟ᥙ᥉᯽ - avatar
+ 3
import calendar for i in range(12): print(calendar.month(2021,i+1)) https://code.sololearn.com/cw96D6RNA5KR/?ref=app Keep learning :)
24th Sep 2021, 8:13 AM
SAN
SAN - avatar
+ 1
Lawal Farooq import time print(time.time())
24th Sep 2021, 8:24 AM
SAN
SAN - avatar
+ 1
Ok I will type import calendar
24th Sep 2021, 8:38 AM
Lawal Farooq
+ 1
Yasssh 📍 hmm...You copied my shared code.
25th Sep 2021, 4:48 PM
A͢J
A͢J - avatar
25th Sep 2021, 4:55 PM
Calviղ
Calviղ - avatar
+ 1
cal command in the Unix command line
26th Sep 2021, 12:23 AM
Sonic
Sonic - avatar
0
From where will I import it
24th Sep 2021, 8:25 AM
Lawal Farooq
0
Lawal Farooq import is part of code
24th Sep 2021, 8:28 AM
SAN
SAN - avatar
0
Lothar i seen profile of this user. Right now this user is learning python
24th Sep 2021, 9:00 AM
SAN
SAN - avatar
0
Calvin wch language is these
25th Sep 2021, 5:00 PM
Lawal Farooq
0
import calendar for i in range(12): print(calendar.month(2021,i+1)) this is 100% correct answer i am begineer in C++.
25th Sep 2021, 6:54 PM
Shubham Bhatia
Shubham Bhatia - avatar
- 2
import time print(time.time()) this is your 100% correct Answer.
25th Sep 2021, 6:59 PM
Shubham Bhatia
Shubham Bhatia - avatar