answersLogoWhite

0

What else can I help you with?

Related Questions

How do you define a symbol such as plus or - as a variable in python?

Use a character variable. For example: plus = '+' minus = '-' You can now refer to these symbols using the variable names "plus" or "minus".


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.


How do you define a variable?

I define an variable by saying x- an value


How do mathematicians define a variable?

They define a variable by saying n equals some value.


What does it mean to define a variable?

State what the variable represents in the equation.


Which symbol is used with a variable to indicate to the script that you are reading the contents of that variable?

Which symbol is used with a variable to indicate to the script that you are reading the contents of that variable?


What is done to a variable represent an unknown quantity?

define


How do you modify strings so that they are accepted as variable names when programming in Python?

You can use the exec statement in Python to create variables from strings. For example, exec("a = 100") creates a variable named a with a value of 100.


Can you define variables in interface in java?

yes we can define a variable in an interface in java.


How do you decrement on python?

-= Example: variable = 5 variable -= 2 will out put 5


Is 7 a variable symbol?

no


Is a symbol for a number we don't know called a variable or graph?

An unknown number is a variable and its symbol is usually in the form of a letter such as x or y