Answer:
user_string = input("Input a string : ")
output = user_string.isnumeric()
if output == True:
print("yes")
else:
print("no")
Explanation:
- First of all check whether user input have all numeric value or not
.
- Display yes if string contain all numeric values
.
- Display no if string contain at least one non - integer character
.
Answer:
I first saw the Polaroid SX-70—the one-step instant camera introduced in 1972 by the company's co-founder, Dr.
Explanation:
Answer:
same as above....................