Python-typecasting
Good Morning Boys Before I begin today's session, I would like to inform that if you do not use your name as the user name and use weird names then I shall not allow you in the Google Meet Class whenever next I conduct. For toady's session, Google meet ID: Meeting ID meet.google.com/uiu-iqhx-nzp ----------------------------------------------------------------------- Let us first discuss the model answers for yesterday's questions: Q1. From the following, find out which assignment statement will produce an error. State reason(s) too. x=55--> Correct y=037 --> Incorrect z=0o98 --> Incorrect as 'o' is not a digit so the number formed is incorrect 56thnumber=3300--> Incorrect as variable name can not begin with number length=450.17 --> Correct !Taylor='Instant' --> Incorrect as variable name can not begin with special symbol "!" this variable=87.E02 --> Incorrect as variable nam...