Which of the following variable assignments would throw an error?
A. var1=True; var2=False;
B. var1=false; var2=true;
C. var1=’True’; var2=’False’;
D. var1=’true’; var2=’false’;
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
The following variable assignments would throw an error:
B. var1=false; var2=true;