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