These all i can solve. Tell me anything about these.
Q: 1
Write a simple calculator with +, -, *, / support in python.
Q: 2
Write a program that takes a floating point number as input and prints
its integer part only.
its integer part only.
Q: 3
Write a simple program to explain(using comments) the working of
type() function.
Q: 4
Write a program to check if a number is divisible by 4 or not?