Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: The 10**21 Problem (Part 4)

by eyepopslikeamosquito (Archbishop)
on May 19, 2014 at 22:04 UTC ( [id://1086720]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    import sys
    print sys.version_info
    ...
      h = hash(r + magic)
      n = h % 1001
      print r, n, "(" + str(h) + ")"
    
  2. or download this
    sys.version_info(major=2, minor=7, micro=5, releaselevel='final', seri
    +al=0)
    M 1000 (2094745652)
    ...
    X 10 (1666291637)
    V 5 (-1570643069)
    I 1 (1060402344)
    
  3. or download this
    sys.version_info(major=2, minor=7, micro=2, releaselevel='final', seri
    +al=0)\n
    M 1000 (2094745652)
    ...
    X 10 (1666291637)
    V 5 (-1570643069)
    I 1 (1060402344)
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1086720]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (6)
As of 2024-04-16 07:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found