Skip to content

Instantly share code, notes, and snippets.

@sms-system
Created June 4, 2016 19:44
Show Gist options
  • Save sms-system/d3ce649cd7dd3766b789897dce30b19e to your computer and use it in GitHub Desktop.
Save sms-system/d3ce649cd7dd3766b789897dce30b19e to your computer and use it in GitHub Desktop.
Script runs in javascript and python
1//1;''' PYTHON
/*1//1'''
c=input()
n=int(c)
while n:print(c*n);n=n-1
1//1;'''
*/1//1'''
1//1;''' JS
c=n=readline()
while(n)print(c.repeat(n--))
1//1'''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment