Python course overview -Activity.
Numbers and Math Functions – Notes.
Numbers and Math Functions – Activity.
Common Errors in Python – Notes.
1. Python program to print a statement “Hello,Darkness”
2. Declare 10 variables and perform arithmetic operations(Addition,Multiplication,Division) on them.
4. Print the length of the string ‘programmer’.
6. Write a code to loop through a list of numbers and print it.
functions as arguments (Notes).
Classes and Objects in Python (Notes).
7. Python program on even or odd number using a function.
8. Write a code using a function to check whether a given number is prime number or not.