Explore IDNLearn.com to discover insightful answers from experts and enthusiasts alike. Ask any question and receive timely, accurate responses from our dedicated community of experts.
Sagot :
Answer:
Variables should not have spaces
Explanation:
When you have a multi-word variable, it is convention to leave the first word lowecase and make the first letter of the next words capital. However, mostly every programming language does not allow primitive variables with spaces.
ex: myWordVariable = 5
Answer:
variables should not have spaces.
Explanation:
It is basic knowledge that variables should not have spaces also its listed in the lesson page if you are using flvs of stuff to not use in variables. also you never use any of python keywords
Never name a variable with any of python’s keywords
Python Keywords
False
None
True
and
as
assert
break
class
continue
def
del
elif
else
except
finally
for
from
global
if
import
in
is
while
try
or
pass
return
with
Global
We appreciate your presence here. Keep sharing knowledge and helping others find the answers they need. This community is the perfect place to learn together. Your questions find answers at IDNLearn.com. Thanks for visiting, and come back for more accurate and reliable solutions.