Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

DIPLOMA IMPLANT TRAINING: PYTHON SET 5

( Input and output Operations)

 In- class Programs

1. Write a program to accept 3 integers and find their average

2. Write a program to accept 3 integers in the same line and display their average

3. Write a program to accept 3 integers separated by commas and display their average

4. Write a program to evaluate an expression with two operators by inputting it from


the user using eval

5. Write a program to accept a list and display it

6. Write a program to accept a tuple and display it

7. Write a program to print many variable using sep attribute

 Assignment Programs

8. Write a program to input a String from the user

9. Write a program to input a integer from the user

10. Write a program to input a float from the user

*****

You might also like