x = 3**60y = 7z = x/yprint(z.is_integer())print(x%y==0)
Standard input is empty
True False
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!