4. What is the problem with the following code fragments ?
4. What is the problem with the following code fragments ? Read More »
The statements which will produce an error are: y = 037 # Decimal Integer literals can’t start with a 0 z= 0o98 # Digit 9 can’t be used in octal system 56thnumber = 3300 # variable name can’t start with a digit !Taylor = ‘Instant # variable name can’t start with a ! this variable