RosettaCodeData/Task/Exponentiation-order/R/exponentiation-order-1.r
2023-07-01 13:44:08 -04:00

2 lines
37 B
R

print(quote(5**3))
print(quote(5^3))