Skip to content

RestrictedZone/codingTheMatrix

Repository files navigation

Coding the Matrix

  • Forked resource from HERE

Prerequisite


in Windows: Modify Environment Variable in your console or add Advanced System Property:


C:\...\chap1_the_function> set PYTHONSTARTUP=__init__.py

C:\...\chap1_the_function> python

>>>Task1521()

...is Task 1.5.21 solution !

in Linux: Modify Environment Variables in your console or ~/.bash_profile or ~/.bashrc


chap1_the_function$ export PYTHONSTARTUP=__init__.py

chap1_the_function$ python

>>>Task1521()

...is Task 1.5.21 solution !

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages