cls
Input "Enter
your age, a
PRENT your age is "layeones old
END
Question
wekite
a program that asks the user
to enter a number and diplay
aisplay the number entered in
the below
.
below format
Enter a number
The number you entered
is
Answers
Answered by
1
Answer:
Age = int(input ("Enter your age"))
print (f"The number you entered is {Age}")
kdbilla31:
So I have to enter my actual age ??
Similar questions