File: addthem.py

package info (click to toggle)
lush 1.0%2Bfinal-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 19,256 kB
  • ctags: 4,254
  • sloc: ansic: 45,498; sh: 3,138; cpp: 2,456; makefile: 372; lisp: 79; python: 5
file content (4 lines) | stat: -rw-r--r-- 61 bytes parent folder | download | duplicates (2)
1
2
3
4
#!/usr/bin/python

def addthree ( x, y, z):
    return x+y+z