five examples of variables using rules of python
Answers
Answered by
1
Hi !
Variables can't be started with number
They can't have most of the symbols
There should be no spaces use _
Eg -
1)print ('harry')
harry
2) You can also use other variable for variables like
s= 'harry'
s (tap enter )
harry
Hope this helps
Similar questions