Write a C program to print your name, class with section, and date of birth.
if you answer it correctly I will mark you the brainliest
Answers
Answered by
1
Explanation:
Program1
import datetime
for i in range(1, 13):
print(datetime.date(2020, i, 1).strftime("%B"))
\small\mathsf\color{pink}{Program\: 2}Program2
name = input("enter name: ")
birthday = input("enter birthday: ")
print(name)
print(birthday)
\small\mathsf\color{pink}{Program\: 3}Program3
a = 11
b = 5
print(a + b)
\small\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!useful?⟶brainliest!
Similar questions