Computer Science, asked by jsoni9060, 10 months ago

five examples of variables using rules of python​

Answers

Answered by Anonymous
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