Parker Reyes
@ReyesP
The Pixel Square
badst Suggestions:
use
print(
'''
text
text
text
''')
to print multiple lines.
also use fstrings:
name = 'pepelaugh'
print(f'hello my name is {name}')
2 years ago
This is a little different of James in the Giant Peach. It has kind of like the same thing, but instead, the subjects are different.
Python