Input
The integer I gave
Description
N/A
Constraints
N/A
Sample
N/A
Output
The first line will contain a message prompt to input the integer.
The second line contains the word "yes" or "no".
Enter·the·integer:·76
no
n = input("Enter·the·integer: ")
w = input()
print(n)
print(w)
Comments
Leave a comment