Computer Science, asked by balikakonkale993, 8 months ago

Assign the concatenated value of string variables first, middle and last to variable fullname. Make sureto incorporate blank spaces appropriately between different parts of names.

Answers

Answered by umeshnirmal04
1

Answer:

i) Serial_no.: Invalid - Identifier in python cannot contain any special character except underscore(_).

ii) 1st_Room: Invalid - Identifier in Python cannot start with a number.

iii) Hundred$: Invalid - Identifier in Python cannot contain any special character except underscore(_).

iv) Total Marks: Invalid - Identifier in Python cannot contain any special character except underscore(_). If more than one word is used as a variable then it can be separated using underscore ( _ ), instead of space.

Similar questions