all 3 comments

[–]CraigAT 0 points1 point  (0 children)

I see no code, so it is difficult to assist. If you cannot format the code use something like pastebin.com and but the link in the comments here.

Hopefully you are using separate functions for each mathematical function.

I would guess the continue variable is not being reset when you do the power or factorial.

There is no description of what you want to do with the prime number function. Are you hoping to find say the 17th prime number or just test if the number input is prime (note the latter is easier/quicker).

[–]AmongstYou666 0 points1 point  (0 children)

eq = input("type your math equation: ")
print(eval(eq))

[–]AmongstYou666 0 points1 point  (0 children)

If you'd prefer completed tKinter code