File: some_module.py

package info (click to toggle)
python-typish 1.9.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 332 kB
  • sloc: python: 1,636; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 61 bytes parent folder | download
1
2
3
4
5
a = 10


def b(x: int, y: int) -> str:
    return str(x + y)