Friday 18 October 2013

Why my python code is not working

"""Note: This code may not work, but worth a try""" """Program to print "print this line" 10 times in the most creative way""";i="print this line"
scissor_is ="print this line"
cut_paper_ = "scissor_is"
trash="";"""will this code work?"""

while scissor_is:
    cut_paper_=cut_paper_[:-1:];"""to cut paper """;
    print trash                                                                                                 ,i
    scissor_is=cut_paper_

No comments:

Post a Comment