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
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
Social Sciences,
4 months ago
English,
4 months ago
English,
8 months ago
Physics,
8 months ago
Math,
1 year ago