3 lines
75 B
Plaintext
3 lines
75 B
Plaintext
|
print power(str2num("3"),str2num("3"));
|
||
|
|
||
|
print str2num("3") + str2num("4");
|