Recent public codes are listed below. You can filter them by the following programming languages:
- view
- All
- Ada
- Assembler
- Assembler
- AWK (gawk)
- AWK (mawk)
- Bash
- bc
- Brainf**k
- C
- C#
- C++
- C++0x
- C99 strict
- CLIPS
- Clojure
- COBOL
- COBOL 85
- Common Lisp (clisp)
- D (dmd)
- Erlang
- F#
- Factor
- Falcon
- Forth
- Fortran
- Go
- Groovy
- Haskell
- Icon
- Intercal
- Java
- JavaScript (rhino)
- JavaScript (spidermonkey)
- Lua
- Nemerle
- Nice
- Nimrod
- Objective-C
- Ocaml
- Oz
- Pascal (fpc)
- Pascal (gpc)
- Perl
- Perl 6
- PHP
- Pike
- Prolog (gnu)
- Prolog (swi)
- Python
- Python 3
- R
- Ruby
- Scala
- Scheme (guile)
- Smalltalk
- SQL
- Tcl
- Text
- Unlambda
- VB.NET
- Whitespace
-
1 2 3 4
n = int(input()) while n != 42: print(n) n = int(input())
-
1 2 3 4 5
n=int(input()) b=2 for i in range(1,n): b=b*10+2 print (int(b*b))
-
1 2 3 4 5
n=int(input()) b=2 for i in range(2,n): b=b*10+2 print (int(b))
-
1 2 3 4 5
a=int(raw_input()) b=int(raw_input()) c=int(raw_input()) print (int(c*b/(a-b)))
-
1 2 3 4 5
a=int(raw_input()) b=int(raw_input()) c=int(raw_input()) print (int(c*b/(a-b)))
-
1 2 3 4 5
a=int(input()) b=int(input()) c=int(input()) print (int(c*b/(a-b)))
-
1 2 3 4 5
a=int(input()) b=int(input()) c=int(input()) print (int(c*b/(a-b)))
-
1 2 3
msg = "HELLO WORLD!" if __name__ == "__main__": print (msg)
-
1 2
n=int(input()) print (int(n*(n+1)/2+1))
-
1 2
n=int(input()) print (int(n*(n+1)/2+1))
-
1 2
n=int(input()) print (int(n*(n+1)/2+1))
-
1 2
n=int(input()) print (n*(n+1)/2+1)
-
1 2 3 4 5 6 7 8 9
# Made by disKret #import sys from net.sf.l2j.gameserver.model.quest import State from net.sf.l2j.gameserver.model.quest import QuestState from net.sf.l2j.gameserver.model.quest.jython import QuestJython as JQuest qn = "247_PossessorOfAPreciousSoul_4" #NPC
...
-
1 2 3 4 5 6 7 8 9
def gcd(a, b): if a == 0: return b while b != 0: if a > b: a -= b elif b > a: b -= a return a
...
-
1 2 3 4 5 6
z = int(input("Please enter your first integer\n ")) print ('Your first number is',z) x = int(input("Please enter another integer to add to the first one:\n ")) print ('Your second number is',x) print ('You entered',z, 'and',x) print (z,'+',x,'=',x+z)
-
1 2 3 4 5 6
z = int(input("Please enter your first integer\n ")) print ('Your first number is ',z) x = int(input("Please enter another integer to add to the first one:\n ")) print ('Your second number is ',x) print ('You entered ',z, 'and',x) print (z,'+',x,'=',x+z)
-
1 2 3 4 5 6
z = int(input("Please enter your first integer\n ")) print ('Your first number is ',z) x = int(input("Please enter another integer to add to the first one: ")) print ('Your second number is ',x) print ('You entered ',z, 'and',x) print (z,'+',x,'=',x+z)
-
1 2 3 4 5 6
z = int(input("Please enter your first integer\n\ ")) print ('Your first number is ',z) x = int(input("Please enter another integer to add to the first one: ")) print ('Your second number is ',x) print ('You entered ',z, 'and',x) print (z,'+',x,'=',x+z)
-
1 2 3 4 5 6
z = int(input("Please enter your first integer ")) print ('\n\Your first number is ',z) x = int(input("Please enter another integer to add to the first one: ")) print ('Your second number is ',x) print ('You entered ',z, 'and',x) print (z,'+',x,'=',x+z)
-
1 2 3 4 5 6
z = int(input("Please enter your first integer "))\n\ print ('Your first number is ',z) x = int(input("Please enter another integer to add to the first one: ")) print ('Your second number is ',x) print ('You entered ',z, 'and',x) print (z,'+',x,'=',x+z)
-
1 2 3 4 5 6
z = int(input("Please enter your first integer ")) print ('Your first number is ',z) x = int(input("Please enter another integer to add to the first one: ")) print ('Your second number is ',x) print ('You entered ',z, 'and',x) print (z,'+',x,'=',x+z)
-
1 2 3 4
z = int(input("Please enter your first integer ")) x = int(input("Please enter another integer to add to the first one: ")) print ('You entered ',z, 'and',x) print (z,'+',x,'=',x+z)
-
1 2 3 4
z = int(input("Please enter your first integer ")) x = int(input("Please enter another integer to add to the first one: ")) print ('You entered ',z, 'and',x) print (z,'+',x,'=',x+z)
-
1 2 3 4
z = int(input("Please enter your first integer ")) x = int(input("Please enter another integer to add to the first one: ")) print ('You entered ',x) print (x,'+',z,'=',x+z)
-
1 2 3 4
z = int(input("Please enter your first integer ")) x = int(input("Please enter another integer to add to the first one: ")) print ('You entered ',x) print (x,'+',z,'=',x+z)
-
1 2 3 4
z = 25 x = int(input("Please enter an integer to add to 25: ")) print ('You entered ',x) print (x,'+ 25 =',x+z)
-
1 2 3 4 5
z = 25 x = int(input("Please enter an integer to add to 25: ")) print (x,'+ 25=',x+z)
-
1 2 3 4 5 6 7 8 9
x = int(input("Please enter an integer: ")) if x < 0: x = 0 print('Negative changed to zero - ',x) elif x == 0: print('Zero',x) elif x == 1: print('Just one - ',x)
...
-
1 2 3 4 5 6 7 8 9
x = int(input("Please enter an integer: ")) if x < 0: x = 0 print('Negative changed to zero',x) elif x == 0: print('Zero',x) elif x == 1: print('Single',x)
...
-
1 2 3 4 5 6 7 8 9
x = int(input("Please enter an integer: ")) if x < 0: x = 0 print('Negative changed to zero'x) elif x == 0: print('Zero'x) elif x == 1: print('Single'x)
...


