answersLogoWhite

0


Best Answer

* means multiply in Python.

User Avatar

Wiki User

7y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does mean in python?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What does ! mean in python?

* means multiply in Python.


How many pythons make up a Monty Python?

If you mean how many Python's were there the answer is 6.


What does pythone mean?

* means multiply in Python.


Where do you get python?

If you mean the computer language...www.python.org/


What does the name Ball Python mean?

Ball pyhton means royal python. It has got his name by curling into a ball when they are stressed.


How do you make a menu system in python?

What do you mean a Menu System... do you mean the GUI


My python is mean what do i do?

Snakes are not domesticated, which means that they do not recognize humans as part of their family. You are prey to a snake - you will never be seen as the snake's friend. Being "mean" is natural behavior for a python and you will not be able to change that.


Is there anyone that knows a lot about a ball python pls write back FAST?

You mean a Royal python - from it's assigned Latin name of Python regius - Drop me an email through my profile - and I'll answer soon as I get it.


What does Retculate eat?

I believe you mean "reticulate" as in say a,"reticulated python"


What do they mean by ball python feeders?

It is referring to mice or rats that you feed to the snake.


What is a Python that starts with the letter R?

Reticulated Python


How do you define Y as 1 and N as 0 in Python?

I suspect that you mean that you want to define constants, which is not possible in Python. Any variable can be rebound to something else at any time.