Skip to content
/ one Public

A recreation of one.py i've seen somewhere on youtube and i couldn't find the source of so i coded it myself.

Notifications You must be signed in to change notification settings

anamoyee/one

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

one.py

Usage:

>>> import one
>>> one + one
<module 'two.py'>
>>> import two
>>> (one + two) ** two
<module 'nine.py'>
>>> import math
>>> one * math.pi
<module 'pi.py'>

About

A recreation of one.py i've seen somewhere on youtube and i couldn't find the source of so i coded it myself.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages