code
stringlengths 3
157
| text
stringlengths 6
207
|
---|---|
a= int(input("Enter a : ") | Declare the Integer Variable a and assign the value given by the user to it |
a= int(input("Enter a : ") | Assign user input to the variable a to intizer variable |
print(a) | Print variable a |
print(number) | Print number |
print(number) | Print number |
print(a) | Print a |
print(a) | Print a |
N = int(input("Enter N : ")) | Declare integer variable N and assign user input numeric value |
N = int(input("Enter N : ")) | Declare integer variable N and store user input number in it |
N = int(input("Enter N : ")) | Declare integer variable N and store user input number value in it |
N = int(input("Enter N : ")) | Declare integer variable N and assign user input numeric value to N |
N = int(input("Enter N : ")) | Declare the integer variable N and collect the user-given number in it |
N = int(input("Enter N : ")) | Assign user input number to integer variable N |
N = int(input("Enter N : ")) | Declare variable N and assign user input numeric value to it |
N = str(input("Enter N : ")) | Declare variable N and assign user string input |
N = str(input("Enter N : ")) | Declare variable N and store user input string in it |
N = str(input("Enter N : ")) | Declare variable N and store user input string in it |
N = str(input("Enter N : ")) | Declare variable N and assign user input string to N |
N = str(input("Enter N : ")) | Declare variable N and collect user-given string in it |
N = str(input("Enter N : ")) | Assign user input string to variable N |
N = str(input("Enter N : ")) | Declare variable N and assign user input string value to it |
N = float(input("Enter N : ")) | Declare variable N and assign user input float value |
N = float(input("Enter N : ")) | Declare variable N and store user input float in it |
N = float(input("Enter N : ")) | Declare the variable N and store the user's input float value in it |
N = float(input("Enter N : ")) | Declare variable N and assign user input float value to N |
N = float(input("Enter N : ")) | Declare the variable N and collect the user-given float in it |
N = float(input("Enter N : ")) | Assign user input float to variable N |
N = float(input("Enter N : ")) | Declare variable N and assign user input float value to it |
print(type(N)) | Print data type of N |
print(type(N)) | Print data type of N |
a=90 | Assign 90 to Variable A |
a=90 | Assign 90 to variable A |
a=90 | Collect 90 for variable A. |
b=a-32 | Store for variable B (A- 32). |
b=a-32 | Assign to variable B, (A- 32) |
b=a-32 | Assign to variable B ,(A-32) |
celsius=b*5/9 | Assign B*(5/9) to Variable Celsius |
celsius=b*5/9 | Assign B*(5/9) to variable Celsius. |
celsius=b*5/9 | Collect B*(5/9) for variable Celsius |
print(celsius) | print celsius |
print(celsius) | print celsius |
print(celsius) | print celsius |
print(celsius) | print celsius Variable |
A = 13 | Assign 13 to Variable A |
A = 13 | Assign 13 to variable A. |
A = 13 | Store 13 to Variable A |
B = 25 | Collect 25 for variable B. |
B = 25 | Assign 25 to Variable B |
B = 25 | Assign 25 to variable B. |
C = 67 | Store 67 for variable C. |
C = 67 | Assign 67 to variable C. |
C = 67 | Assign 67 to variable C. |
product= a*b*c | Collect A*B* C for variable product. |
product= A*B*C | Collect A*B* C for variable product. |
product= A*B*C | Collect A*B* C for variable product. |
print(product) | Print product |
print(product) | Print product |
print(product) | Print product variable |
A="hello | Assign "hello" to variable A |
A="hello | Assign "hello" to variable A. |
A="hello | Store "hello" to variable A. |
B=len(a) | Store len(a) to variable B. |
B=len(a) | Assign len(a) to variable B |
B=len(A) | Assign Len(A) to Variable B |
print(B) | Print Variable B |
print(B) | Print B |
print(B) | Print B |
A=19235 | Assign 19235 to Variable A |
A=19235 | Assign 19235 to variable A |
A=19235 | Collect 19235 for variable A. |
B=A**0.5 | Collect for variable B (A**0.5) |
B=A**0.5 | Assign to variable B (A**0.5). |
B=A**0.5 | Assign to variable B (A**0.5) |
print(B) | Print Variable B |
print(B) | Print B |
print(B) | Print B |
F = float(input("Enter F : ")) | Declare a float variable F and store the user base in it |
F = float(input("Enter F : ")) | Declare a float variable F and store what the user offers to it |
F = float(input("Enter F : ")) | Declare a float variable F and store the user for it |
F = float(input("Enter F : ")) | Win one flow input in F |
F = float(input("Enter F : ")) | Declare the float variable F and assign the value given by the user to it |
F = float(input("Enter F : ")) | Assign user input to the float variable F |
F = float(input("Enter F : ")) | Schedule user input for the float variable F |
F = float(input("Enter F : ")) | Declare the float variable F and assign the value given by the user to it |
F = float(input("Enter F : ")) | Collect what the user gives to Float variable |
F = float(input("Enter F : ")) | Declare a float variable F and assign a user base to it |
A = int(input("Enter A : ")) | Declare Variable A that is an integer and store user input for it |
A = int(input("Enter A : ")) | Assign integer user preference to variable A |
A = int(input("Enter A : ")) | Assign integer user input to variable A |
A = int(input("Enter A : ")) | Set the value given by the user to variable A where A is an integer |
A = int(input("Enter A : ")) | Assign User Giving Value to integer Variable A |
A = int(input("Enter A : ")) | Enter the number given by the user to variable A |
A = int(input("Enter A : ")) | Assign User Giving Number to Variable A |
A = int(input("Enter A : ")) | Set the number given by the user to variable A |
B = int(input("Enter B : ")) | Declare integer Variable B and store user input for it |
B = int(input("Enter B : ")) | Assign user preference to variable B that is an integer |
B = int(input("Enter B : ")) | Assign integer user input to variable B |
B = int(input("Enter B : ")) | Set the integer value given by the user to variable B |
B = int(input("Enter B : ")) | Assign the value given by the user to integer variable B |
B = int(input("Enter B : ")) | Enter the number given by the user to the variable B |