Skip to content

Instantly share code, notes, and snippets.

@rrees
Created June 24, 2016 18:09
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 rrees/c6955e3894bb91c7d0008ed2f502e192 to your computer and use it in GitHub Desktop.
Save rrees/c6955e3894bb91c7d0008ed2f502e192 to your computer and use it in GitHub Desktop.
Hackerrank Python 3 stub
#!/bin/python3
import sys
# Import n lines from a file
t = int(input().strip())
for a0 in range(t):
n = int(input().strip())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment