Files
2017-02-11 08:52:42 +11:00

11 lines
174 B
Markdown

```python
import this
if you.are('new'):
print('Welcome!')
if you.are('brand new'):
print("You'll see, python's just awesome")
else:
print('Hello!')
```