Computer Science, asked by singhveer3222, 5 months ago

can we use a keyword as a variable name? explain with a example​

Answers

Answered by Anonymous
1

Answer:

Yes ! You can use keyboard as a variable name .

Explanation:

You can use keyboard as a variable name in your codes because there is no relation between your variable and code . Instead you can also use your name as a variable . For example , in python you can write :

keyboard = int ( input ( " Enter the number --- " )

Similar questions