0% found this document useful (0 votes)
3 views6 pages

Python Programming Assignment Questions

Python

Uploaded by

honeyaylani
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views6 pages

Python Programming Assignment Questions

Python

Uploaded by

honeyaylani
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Python Assignment No.

1
Name:-

Q1. Write a program to take 3 input from user and print them in one line?

Q2. Write a program to take 2 input from user and print the Data type of that 2 input?

Q3. Write a program to take Integer and Float input from user and print them one by one
with their Data types?
Q4. Write a program and perform all Mathematical operation using All Arithmetic
Operator and print them one by one?

Q5. Write a program to perform operation using Floor Division operator and Explain the
use of it?

Q6. Write a program to perform operation using Modulus operator and Explain the use of
it?
Q7. Write a program to perform operation using Exponent operator and Explain the use of
it?

Q8. Write a program and perform Comparison of two values using All Relational Operator
and print them one by one?
Q9. Write a program to perform all Assignment Operators and print them one by one?
Q10. Write a program to perform all Logical Operators and print them one by one?

Q11. Write a program to perform all Logical Operators and print them one by one?
Q12. Write a program and perform operations using NOT Operator?

Q13. Write a program and perform operations using OR Operator?

You might also like