5 lines
67 B
Plaintext
5 lines
67 B
Plaintext
|
|
if 'hello' == 'hello':
|
|
print('Yup!\n');
|
|
else
|
|
print('Nop!\n'); |