Consider the value of x = 11 and value of y = 3 and solve the python program
z = x % y
z = x ** y
Z = x // y print ( " Second Value of Z will be " , z )
Second Value of Z will be 3
Second Value of Z will be 2.00
Second Value of Z will be 0
Second Value of Z will be Error
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here