Skip to content

Instantly share code, notes, and snippets.

@adrianmarkperea
Created February 26, 2022 04:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adrianmarkperea/4e2de24603ace791532832f9b2f2b3ac to your computer and use it in GitHub Desktop.
Save adrianmarkperea/4e2de24603ace791532832f9b2f2b3ac to your computer and use it in GitHub Desktop.
# hi python ph :)
if __name__ == '__main__':
n = int(input())
for i in range(n):
print(i * i)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment