5 lines
38 B
Plaintext
5 lines
38 B
Plaintext
x = 5;
|
|
y = 4*x + 3;
|
|
print x;
|
|
print y;
|
x = 5;
|
|
y = 4*x + 3;
|
|
print x;
|
|
print y;
|