Python Module-1 Assignment
Module -1 Assignment
1) Write a program to print a string “Hello Python”.
2) Write a program to store one value in variable and print that
variable.
3) Write a program to take value from user input and print that
value.
4) Write a program to do a sum of two value.
Module -1 Assignment
5) Write a program to perform division using variables
6) Write a program to print multiple value of variables
7) Write a program to find a type of variable
8) Write a program to take two integer value from the user and
check both the values are same.