code
stringlengths 3
157
| text
stringlengths 6
207
|
---|---|
B = int(input("Enter B : ")) | Collect the number given by the user in variable B |
B = int(input("Enter B : ")) | Assign User Giving Number to Variable B |
sum = A + B | Add sum of A and B to the variable sum |
sum = A + B | Assign sum of A and B to the variable sum |
sum = A + B | Set the sum of A and B for the variable sum |
sum = A + B | Add A and B to the variable sum |
sum = A + B | Assign A and B to a variable called sum |
sum = A + B | Add A and B and store them in a variable called sum |
sum = A + B | Add A and B and put it in a variable called sum |
print(sum) | Print sum now |
print(sum) | Show sum Now |
print(sum) | Show a variable called sum |
print(sum) | Print variable sum |
print(sum) | Print Sum |
print(sum) | Print Sum |
A = float(input("Enter A : ")) | Declare float Variable A and store user input for it |
A = float(input("Enter A : ")) | Assign user input to variable A that is float |
A = float(input("Enter A : ")) | Assign user input to floating variable A |
A = float(input("Enter A : ")) | Set the value given by the user to variable A where A is a float |
A = float(input("Enter A : ")) | Assign User Giving Value to floating point Variable A |
A = float(input("Enter A : ")) | Enter the float number given by the user to variable A |
A = float(input("Enter A : ")) | Assign User Giving float Number to Variable A |
A = float(input("Enter A : ")) | Set the float number given by the user to variable A |
B = float(input("Enter B : ")) | Assign floating user preference to variable B |
B = float(input("Enter B : ")) | Assign float user input to variable B |
B = float(input("Enter B : ")) | Set the value given by the user to floating variable B |
B = float(input("Enter B : ")) | Assign the value given by the user to float variable B |
B = float(input("Enter B : ")) | Enter the number given by the user to the variable B where B is a floating point number |
B = float(input("Enter B : ")) | Collect the float number given by the user in variable B |
B = float(input("Enter B : ")) | Assign User Giving Number to Variable B that is float |
sum = A + B | Add sum of A and B to the variable sum |
sum = A + B | Assign sum of A and B to the variable sum |
sum = A + B | Set the sum of A and B for the variable sum |
sum = A + B | Add A and B to the variable sum |
sum = A + B | Assign A and B to a variable called sum |
sum = A + B | Add A and B and store them in a variable called sum |
sum = A + B | Add A and B and put it in a variable called sum |
print(sum) | Print Sam now |
print(sum) | Show Sam Now |
print(sum) | Show a variable called sum |
print(sum) | Print variable Sam |
print(sum) | Print Sum |
print(sum) | Print Sum |
difference = A - B | Miss A and B and assign what is the difference to the variable |
difference = A - B | Lose A and B and accumulate to what variable is the difference |
difference = A - B | Miss A and B and put what is the difference to the variable |
difference = A - B | Assign the sum past A and B to the variable difference |
difference = A - B | Assign the missing answer A and B to the variable variable Variance |
difference = A - B | Add the sum past A and B to the variable difference |
difference = A - B | Assign the difference of A and B to the variable Difference |
difference = A - B | Differentiate between A and B for variable Variable Variance |
print(difference) | Show variable difference |
print(difference) | Print variable difference |
print(difference) | Show difference now |
print(difference) | Print Difference |
print(difference) | Print the difference now |
print(difference) | Print variable difference |
Product = A * B | multiply a and b and store it in a variable called product |
Product = A * B | Multiply A and B in the variable Product |
Product = A * B | Multiply A and B and assign the variable Product |
Product = A * B | Multiply A and B and assign the variable Product |
Product = A * B | Collect the multiplied value of A and B in the variable Product |
Celsius = float(input("Enter Celsius : ")) | Collect the user input for the variable Celsius where Celsius is float |
Celsius = float(input("Enter Celsius : ")) | Collect user input for a float variable called Celsius |
Celsius = float(input("Enter Celsius : ")) | Collect Celsius user input |
Celsius = float(input("Enter Celsius : ")) | Assign Celsius user input |
Celsius = float(input("Enter Celsius : ")) | Assign user input to a float variable called Celsius |
Celsius = float(input("Enter Celsius : ")) | Collect the value that the user tells the float variable Celsius |
Celsius = float(input("Enter Celsius : ")) | Give the user the value for the float variable Celsius |
Kelvin = Celsius + 273 | Declare Kelvin variable and add 273 to Fahrenheit and assign it to Kelvin variable |
Kelvin = Celsius + 273 | Kelvin = Celsius + 273 |
Kelvin = Celsius + 273.15 | Kelvin= Celsius + 273.15 |
Kelvin = Celsius + 273 | Declare the Kelvin variable and add two hundred seventy-three to the Fahrenheit and assign it to the Kelvin variable |
Kelvin = Celsius + 273 | Add 273 to Fahrenheit and assign it to Kelvin variable |
Kelvin = Celsius + 273 | Add two hundred seventy-three to the Fahrenheit and assign it to the Kelvin variable |
print(Kelvin) | Print Kelvin |
print(Kelvin) | Show variable Kelvin |
print(Kelvin) | Show Kelvin's |
print(Kelvin) | Print Kelvin |
print(Kelvin) | Print Kelvin |
Year = int(input("Enter Year : ")) | Announce integer Variable Year and Assign User Input |
year = int(input("Enter year : ")) | Declare a variable year and store user input in it where year is integer |
year = int(input("Enter year : ")) | Declare a integer variable year and store user input in it |
Year = int(input("Enter Year : ")) | Declare integer Variable Year and Assign User Input to Year |
year = int(input("Enter year : ")) | Announce a integer variable year and collect user input on it |
year = int(input("Enter year : ")) | Assign user input for int variable year |
year = int(input("Enter year : ")) | Declare a variable year and assign user input to it where year is int |
if ((year % 4 == 0) and (year % 100 == 0) ) OR (year % 400 == 0): print("leap year") | If either year%4=0 and year %100!=0 or year%400==0 print this as 'leap year' |
if ((year % 4 == 0) and (year % 100 == 0) ) OR (year % 400 == 0): print("leap year") | If either year%4=0 and year %100!=0 or year%400==0 then print this as 'leap year' |
if ((year % 4 == 0) and (year % 100 == 0) ) OR (year % 400 == 0): print("there is a leap year") | Print year%4=0 and year%100!=0 or year%400==0 if 'there is a leap year' |
if ((year % 4 == 0) and (year % 100 == 0) ) OR (year % 400 == 0): print("there is a leap year") | Print year%4=0 and year%100!=0 or year%400==0 if 'there is a leap year' |
else: print("this is not a leap year") | Print otherwise 'this is not a leap year' |
else: print("this is not a leap year") | If not print 'this is not a leap year' |
else: print("it will not be a leap year") | Print otherwise 'it will not be a leap year' |
else: print("no leap year") | If not, print this as 'no leap year' |
print("my name is - ",name) | Print 'my name is - ' followed by the variable name |
print("The sum is equal to ",result) | Print 'The sum is equal to ' followed by the variable result |
print("my age is ",age) | Print 'my age is ' followed by the variable age |
A=float(input("Enter A : ")) | Set the value given by the user to variable A with decimal point |
A=int(input("Enter A : ")) | Assign User Giving Value to Variable A |