write a program input an integer and float value of runtime
& display the values
Answers
Answered by
3
num_int = int(input("Enter an integer:"))
n_float= float(input("Enter a number:"))
print(num_int)
print(n_float)
Enter an integer: 10
Enter a number : 10
10
10.0
Similar questions
Computer Science,
4 months ago
Physics,
4 months ago
Math,
4 months ago
English,
9 months ago
Math,
9 months ago
Science,
1 year ago
Chemistry,
1 year ago
Political Science,
1 year ago