Purpose of python antigravity module

eyoeldefare

I was just digging up some cool modules in python, and this antigravity module seems cool, and full of potentials, but I am not sure if it is what it sounds like.

Is there any use for it other than displaying the comic page on a browser? If there is, please do tell what it can be used for. Is there an example? Note that below in the link, that when the guy asks "But how are you flying?", the python dude answers, "I just typed import antigravity."

I was wondering if there actually is a way to make things fly by just importing antigravity, maybe in Pygame or other cross-platforms modules.

Here is the link...

import antigravity
def main():
    antigravity.fly()
if __name__=='__main__':
    main()
nthall

No, it's just an easter egg. This brief blog post has a bit more detail.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Java

What is the purpose of meshgrid in Python / NumPy?

From Java

What is the purpose of Node.js module.exports and how do you use it?

From Java

What is the purpose of the single underscore "_" variable in Python?

From Java

python generator "send" function purpose?

From Dev

What is the purpose of module.require?

From Dev

Create Socket Errors on Purpose / Python Script

From Dev

What is the purpose of checking self.__class__ ? - python

From Dev

what is the purpose of scopes in python as determined by indentation

From Dev

What's the purpose of the "__package__" attribute in Python?

From Dev

Purpose of calling function without brackets python

From Dev

purpose of installing a perl module with apt-get instead of cpan

From Dev

Purpose of `#ifdef MODULE` around module_exit()?

From Dev

What are the purpose of default arguments in JavaScript IIFE from a TypeScript module?

From Dev

Python module not found in virtualenv

From Dev

What is the purpose of compares in indices in Python?

From Dev

What is the purpose of a context manager in python

From Dev

What is the purpose of the tf.contrib module in Tensorflow?

From Dev

What does the commands `import gravity` and `import antigravity` do?

From Dev

What is the correct certificate purpose for SSL client in python?

From Dev

What is the purpose of the tf.contrib module in Tensorflow?

From Dev

What does the commands `import gravity` and `import antigravity` do?

From Dev

Is there a purpose in calling super() from a basic python class?

From Dev

What is the purpose of [] operator while opening a file in python

From Dev

Purpose of :: before include module in ruby

From Dev

What is the purpose of canberra-gtk-module?

From Dev

What is the purpose of syntax support of npm module depcheck?

From Dev

What is the purpose of the pam_stress module?

From Dev

In Python, what is the purpose of a trailing comma in a return statement?

From Dev

What is the purpose of user interface module in css3?

Related Related

  1. 1

    What is the purpose of meshgrid in Python / NumPy?

  2. 2

    What is the purpose of Node.js module.exports and how do you use it?

  3. 3

    What is the purpose of the single underscore "_" variable in Python?

  4. 4

    python generator "send" function purpose?

  5. 5

    What is the purpose of module.require?

  6. 6

    Create Socket Errors on Purpose / Python Script

  7. 7

    What is the purpose of checking self.__class__ ? - python

  8. 8

    what is the purpose of scopes in python as determined by indentation

  9. 9

    What's the purpose of the "__package__" attribute in Python?

  10. 10

    Purpose of calling function without brackets python

  11. 11

    purpose of installing a perl module with apt-get instead of cpan

  12. 12

    Purpose of `#ifdef MODULE` around module_exit()?

  13. 13

    What are the purpose of default arguments in JavaScript IIFE from a TypeScript module?

  14. 14

    Python module not found in virtualenv

  15. 15

    What is the purpose of compares in indices in Python?

  16. 16

    What is the purpose of a context manager in python

  17. 17

    What is the purpose of the tf.contrib module in Tensorflow?

  18. 18

    What does the commands `import gravity` and `import antigravity` do?

  19. 19

    What is the correct certificate purpose for SSL client in python?

  20. 20

    What is the purpose of the tf.contrib module in Tensorflow?

  21. 21

    What does the commands `import gravity` and `import antigravity` do?

  22. 22

    Is there a purpose in calling super() from a basic python class?

  23. 23

    What is the purpose of [] operator while opening a file in python

  24. 24

    Purpose of :: before include module in ruby

  25. 25

    What is the purpose of canberra-gtk-module?

  26. 26

    What is the purpose of syntax support of npm module depcheck?

  27. 27

    What is the purpose of the pam_stress module?

  28. 28

    In Python, what is the purpose of a trailing comma in a return statement?

  29. 29

    What is the purpose of user interface module in css3?

HotTag

Archive