+ 4
How can I print a calendar
17 ответов
+ 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!
+ 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.
+ 4
It’s possible to print a calendar. But the code will depends on your programming language.
+ 3
import calendar
for i in range(12):
print(calendar.month(2021,i+1))
https://code.sololearn.com/cw96D6RNA5KR/?ref=app
Keep learning :)
+ 1
Lawal Farooq
import time
print(time.time())
+ 1
Ok I will type import calendar
+ 1
Yasssh 📍
hmm...You copied my shared code.
+ 1
cal command in the Unix command line
0
From where will I import it
0
Lawal Farooq import is part of code
0
Calvin wch language is these
0
import calendar
for i in range(12):
print(calendar.month(2021,i+1))
this is 100% correct answer i am begineer in C++.
- 2
import time
print(time.time())
this is your 100% correct Answer.