Computer Science, asked by kukujiya, 1 day ago

1)Which of the following is an invalid variable name in Python.

a. firstname
b. first #name
c. first_name
d. firstname9


2) The word 'Mnemonics' is associated with which language?

a. Machine Language
b. High- Level Language
c. Assembly Language
d. Both a and c

Answers

Answered by katnolly111
1

Answer:

1) b.  first #name

2) c. Assembly language

Explanation:

1) Hashtags cannot be used in variable names in python.

2) The symbols used in assembly languages are called mnemonics

Similar questions