#!/usr/bin/python user = "myusername" password = "thepw" for i in range(100): print("a"*i) print("done")