tasks a-s
This commit is contained in:
parent
47bf37c096
commit
b83f433714
12433 changed files with 156208 additions and 123 deletions
|
|
@ -0,0 +1,3 @@
|
|||
>>> y = str( 5**4**3**2 )
|
||||
>>> print ("5**4**3**2 = %s...%s and has %i digits" % (y[:20], y[-20:], len(y)))
|
||||
5**4**3**2 = 62060698786608744707...92256259918212890625 and has 183231 digits
|
||||
Loading…
Add table
Add a link
Reference in a new issue