Return to Snippet

Revision: 18428
at October 3, 2009 10:51 by gn66


Updated Code
print """


****************************************************
****************************************************
**************** 22.14 29/09/09 ********************                  
***** ODIS [ OPEN DYNAMIC INFORMATION SYSTEM ] *****
****************************************************
****************************************************

"""

import urllib
import re

url = 'http://www.pythonchallenge.com/pc/def/linkedlist.php?nothing='

sdigits = "12345"

print """

GNU PUBLIC LICENCE

~~~~~ Resolving nothings ~~~~~~

             !!!!CAREFULL!!!! KERNEL PANIC! ~

     IT MAY CAUSE A OVERCLOCK OF YOURS SYSTEM!!!
     If this is the first time you see this message, please contact
     the tecnical especialized of VisualBasic Programming.

     If you can read this massenge, please stop everything that your doing
     and then reboot the system!

     System will be disconnected in 10s.

"""

print """




**********************************
******* First fase engaged *******
**********************************

"""




for content in range(18):

 content = urllib.urlopen (url + sdigits).read()  
 print content

 sdigits = ''.join([letter for letter in content if letter.isdigit()])

print """

**********************************
****** Second fase engaged *******
**********************************

"""

sdigits = "53522"

for content in range(181):

 content = urllib.urlopen (url + sdigits).read()  
 print content

 sdigits = ''.join([letter for letter in content if letter.isdigit()])

print """

**********************************
******* Final fase engaged *******
**********************************

"""

sdigits = "46059"

for content in range(10):

 content = urllib.urlopen (url + sdigits).read()  
 print content

 sdigits = ''.join([letter for letter in content if letter.isdigit()])


print" "
print" "
print" "
print" "
print "! Your final nothing is", sdigits

import time
time.sleep(60)

Revision: 18427
at October 3, 2009 10:50 by gn66


Updated Code
****************************************************
****************************************************
**************** 22.14 29/09/09 ********************                  
***** ODIS [ OPEN DYNAMIC INFORMATION SYSTEM ] *****
****************************************************
****************************************************

"""

import urllib
import re

url = 'http://www.pythonchallenge.com/pc/def/linkedlist.php?nothing='

sdigits = "12345"

print """

GNU PUBLIC LICENCE

~~~~~ Resolving nothings ~~~~~~

             !!!!CAREFULL!!!! KERNEL PANIC! ~

     IT MAY CAUSE A OVERCLOCK OF YOURS SYSTEM!!!
     If this is the first time you see this message, please contact
     the tecnical especialized of VisualBasic Programming.

     If you can read this massenge, please stop everything that your doing
     and then reboot the system!

     System will be disconnected in 10s.

"""

print """




**********************************
******* First fase engaged *******
**********************************

"""




for content in range(18):

 content = urllib.urlopen (url + sdigits).read()  
 print content

 sdigits = ''.join([letter for letter in content if letter.isdigit()])

print """

**********************************
****** Second fase engaged *******
**********************************

"""

sdigits = "53522"

for content in range(181):

 content = urllib.urlopen (url + sdigits).read()  
 print content

 sdigits = ''.join([letter for letter in content if letter.isdigit()])

print """

**********************************
******* Final fase engaged *******
**********************************

"""

sdigits = "46059"

for content in range(10):

 content = urllib.urlopen (url + sdigits).read()  
 print content

 sdigits = ''.join([letter for letter in content if letter.isdigit()])


print" "
print" "
print" "
print" "
print "! Your final nothing is", sdigits

import time
time.sleep(60)

Revision: 18426
at September 30, 2009 15:33 by gn66


Updated Code
print """

****************************************************
****************************************************
**************** 22.14 29/09/09 ********************                  
***** ODIS [ OPEN DYNAMIC INFORMATION SYSTEM ] *****
****************************************************
****************************************************

"""

import urllib
import re

url = 'http://www.pythonchallenge.com/pc/def/linkedlist.php?nothing='

sdigits = "12345"

print """

GNU PUBLIC LICENCE

~~~~~ Resolving nothings ~~~~~~

             !!!!CAREFULL!!!! KERNEL PANIC! ~

     IT MAY CAUSE A OVERCLOCK OF YOURS SYSTEM!!!
     If this is the first time you see this message, please contact
     the tecnical especialized of VisualBasic Programming.

     If you can read this massenge, please stop everything that your doing
     and then reboot the system!

     System will be disconnected in 10s.

"""

print """




**********************************
******* First fase engaged *******
**********************************

"""




for content in range(18):

 content = urllib.urlopen (url + sdigits).read()  
 print content

 sdigits = ''.join([letter for letter in content if letter.isdigit()])

print """

**********************************
****** Second fase engaged *******
**********************************

"""

sdigits = "53522"

for content in range(181):

 content = urllib.urlopen (url + sdigits).read()  
 print content

 sdigits = ''.join([letter for letter in content if letter.isdigit()])

print """

**********************************
****** Final fase engaged *******
**********************************

"""

sdigits = "46059"

for content in range(10):

 content = urllib.urlopen (url + sdigits).read()  
 print content

 sdigits = ''.join([letter for letter in content if letter.isdigit()])


print" "
print" "
print" "
print" "
print "! Your final nothing is", sdigits

import time
time.sleep(60)

Revision: 18425
at September 30, 2009 04:54 by gn66


Initial Code
"""    22.14 29/09/09                      """
"""               ODIS                     """
"""   OPEN DYNAMIC INFORMATION SYSTEM      """

import urllib
import re

url = 'http://www.pythonchallenge.com/pc/def/linkedlist.php?nothing='

sdigits = "12345"

print "GNU PUBLIC LICENCE / Open Dymamic Information System [ ODIS ]"
print " "
print "Resolving nothings:"
print " "

for content in range(400):

 content = urllib.urlopen (url + sdigits).read()

 sdigits = ''.join([letter for letter in content if letter.isdigit()])

 print sdigits

print "All nothing resolved."

Initial URL


Initial Description


Initial Title
Python Challenges Level 4 - Stable

Initial Tags
python

Initial Language
Python