4 lines
41 B
Plaintext
4 lines
41 B
Plaintext
|
#!/usr/bin/env python3
|
||
|
|
||
|
print(6 + 4 * 9)
|