fork download
  1. backslashes = 3
  2.  
  3. for index in xrange(20):
  4. print( "Did you use " + str(backslashes) + " backslashes in a row there?" )
  5. print( "Yeah, you have to write it like 2" + '\\' * backslashes + "\^8" )
  6.  
  7. backslashes = (backslashes)*2 + 1
Success #stdin #stdout 0.03s 9016KB
stdin
Standard input is empty
stdout
Did you use 3 backslashes in a row there?
Yeah, you have to write it like 2\\\\^8
Did you use 3 backslashes in a row there?
Yeah, you have to write it like 2\\\\^8
Did you use 3 backslashes in a row there?
Yeah, you have to write it like 2\\\\^8
Did you use 3 backslashes in a row there?
Yeah, you have to write it like 2\\\\^8
Did you use 3 backslashes in a row there?
Yeah, you have to write it like 2\\\\^8
Did you use 3 backslashes in a row there?
Yeah, you have to write it like 2\\\\^8
Did you use 3 backslashes in a row there?
Yeah, you have to write it like 2\\\\^8
Did you use 3 backslashes in a row there?
Yeah, you have to write it like 2\\\\^8
Did you use 3 backslashes in a row there?
Yeah, you have to write it like 2\\\\^8
Did you use 3 backslashes in a row there?
Yeah, you have to write it like 2\\\\^8
Did you use 3 backslashes in a row there?
Yeah, you have to write it like 2\\\\^8
Did you use 3 backslashes in a row there?
Yeah, you have to write it like 2\\\\^8
Did you use 3 backslashes in a row there?
Yeah, you have to write it like 2\\\\^8
Did you use 3 backslashes in a row there?
Yeah, you have to write it like 2\\\\^8
Did you use 3 backslashes in a row there?
Yeah, you have to write it like 2\\\\^8
Did you use 3 backslashes in a row there?
Yeah, you have to write it like 2\\\\^8
Did you use 3 backslashes in a row there?
Yeah, you have to write it like 2\\\\^8
Did you use 3 backslashes in a row there?
Yeah, you have to write it like 2\\\\^8
Did you use 3 backslashes in a row there?
Yeah, you have to write it like 2\\\\^8
Did you use 3 backslashes in a row there?
Yeah, you have to write it like 2\\\\^8