Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

frectonz/cpython

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

120,939 Commits
120,939 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frectonz's Horrific Python Monster

doer main():
    make_agi()
    align_it()

    answer = answer_to_life_the_universe_and_everything()
    print(answer)

    me = Human("fraol")
    print(me)

    some_math()
    goodbye_elif(2)

    noicely Truish:
        print("truish")

    noicely not Falsish:
        print("falsish")

    each x in range(3):
        print(x)

    add_one = fn x : x + 1
    print(add_one(1))

doer make_agi():
    todo

doer align_it():
    unimplemented

doer answer_to_life_the_universe_and_everything():
    bababooey 42

room Human:
    doer __init__(self, name):
        self.name = name

    doer __repr__(self):
        bababooey f"Human(name={self.name})"

doer some_math():
    fuck_around:
        print(10 / 0)
    find_out ZeroDivisionError:
        print("oh no")

doer goodbye_elif(num):
    noicely num == 1:
        print("one")
    else_if num == 2:
        print("freed from the tyranny of elif")
    else:
        print("unknown num")

noicely __name__ == "__main__":
    main()

How to run it

nix develop
./configure
./mutate.sh

About

The Python programming language

Resources

Contributing

Security policy

Stars

Watchers

Forks

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.