Python SET 1
Python SET 1
( Basic Programs)
1. Write a program to print “Hello World” using single and three Double Quotes
2. Write a program to find division of two integers using type casting to float.
3. Write a program to find the remainder of two integers.
4. Write a program to swap two integers & display the result before swapping & after
swapping (hint: use third variable).
5. Write a program to swap two integers without using third variable & display the result
before swapping & after swapping.
6. Write a Program to find the sum of two Complex Numbers.
7. Write a Program to convert number of items into Dozens and remaining units.
Assignment Programs
8. Write a program to print “Hello World” using single and three Single Quotes
10. Write a program which takes the number of seconds as input & convert it into hours,
minutes and seconds.
*****