これは、これが機能するはずだと私が見たコードですが、機能しません。私はほとんど経験がなく、助けていただければ幸いです!!.
import math
print ("This is the exponent hub")
x = input("What is your base?")
y = input("What is the exponent?")
print (x)
print (y)
x**y
これは、これが機能するはずだと私が見たコードですが、機能しません。私はほとんど経験がなく、助けていただければ幸いです!!.
import math
print ("This is the exponent hub")
x = input("What is your base?")
y = input("What is the exponent?")
print (x)
print (y)
x**y