Search Results - JustLinux Forums


Search:

Type: Posts; User: x_Ray

Search: Search took 0.03 seconds.

  1. Replies
    278
    Views
    666,112

    I actually mention that in the original post... :p

    I actually mention that in the original post... :p
  2. Replies
    278
    Views
    666,112

    rot13 in python #!/usr/bin/python def...

    rot13 in python



    #!/usr/bin/python

    def rot13(text):
    new_text = []
    for x in text[0:]:
    up = False
Results 1 to 2 of 2