Sign up Free. Don't forget to check out our challenges, lessons, solve and learn series and more ...
for i in range(10): print("*", end="") print() for i in range(10): print(i, end="")