mirror of
https://github.com/DominicBreuker/pspy.git
synced 2025-12-21 11:44:51 +00:00
10 lines
112 B
Python
10 lines
112 B
Python
#!/usr/bin/python
|
|
|
|
user = "myusername"
|
|
password = "thepw"
|
|
|
|
for i in range(100):
|
|
print("a"*i)
|
|
|
|
print("done")
|