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 Dev

What is the purpose of module.require?

From Dev

Purpose of :: before include module in ruby

From Dev

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

From Dev

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

From Dev

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

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 Java

python generator "send" function purpose?

From Java

What is the purpose of meshgrid in Python / NumPy?

From Dev

What is the purpose of a context manager in python

From Dev

What is the purpose of compares in indices in Python?

From Dev

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

From Dev

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

From Dev

What is the purpose of user interface module in css3?

From Dev

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

From Dev

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

From Dev

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

From Java

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

From Dev

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

From Dev

Create Socket Errors on Purpose / Python Script

From Dev

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

From Dev

Purpose of calling function without brackets python

From Dev

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

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

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

From Java

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

From Dev

Python module not found in virtualenv

Related Related

  1. 1

    What is the purpose of module.require?

  2. 2

    Purpose of :: before include module in ruby

  3. 3

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

  4. 4

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

  5. 5

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

  6. 6

    What is the purpose of canberra-gtk-module?

  7. 7

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

  8. 8

    What is the purpose of the pam_stress module?

  9. 9

    python generator "send" function purpose?

  10. 10

    What is the purpose of meshgrid in Python / NumPy?

  11. 11

    What is the purpose of a context manager in python

  12. 12

    What is the purpose of compares in indices in Python?

  13. 13

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

  14. 14

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

  15. 15

    What is the purpose of user interface module in css3?

  16. 16

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

  17. 17

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

  18. 18

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

  19. 19

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

  20. 20

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

  21. 21

    Create Socket Errors on Purpose / Python Script

  22. 22

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

  23. 23

    Purpose of calling function without brackets python

  24. 24

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

  25. 25

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

  26. 26

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

  27. 27

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

  28. 28

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

  29. 29

    Python module not found in virtualenv

HotTag

Archive