Integer
1. Write a Python program to test whether an input is an integer
2. WAP to take integer input form user.
3. Assign an integer to the variable, then print it.
4. Write a Python program to add two positive integers without using the '+' operator
5. Take float input from user and convert it into Integer
Comments
Post a Comment