write a program input an integer and float value of routine & display the values
Answers
Answered by
0
Answer:
hj or BJ to the colours of democracy and the same IP or lovkush Abhishek bhe
Explanation:
golf day ❣️
Answered by
1
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