4 lines
41 B
Plaintext
4 lines
41 B
Plaintext
var i = 1
|
|
var j = eval("i + 4")
|
|
print(j)
|
var i = 1
|
|
var j = eval("i + 4")
|
|
print(j)
|