On the same line, create four new variables: a, b, c, and d, that are equal to 10, 20, 30, and 40, respectively.
Tell the computer to show you the value corresponding to the variable b.
Do the same for d.
My answer was this-
a,b,c,d = 10,20,30,40
print (b,d)
But it says I failed to import test modules
What should I do?
submitted by /u/Prashikborkar11
[link] [comments]
r/learnpython On the same line, create four new variables: a, b, c, and d, that are equal to 10, 20, 30, and 40, respectively. Tell the computer to show you the value corresponding to the variable b. Do the same for d. My answer was this- a,b,c,d = 10,20,30,40 print (b,d) But it says I failed to import test modules What should I do? submitted by /u/Prashikborkar11 [link] [comments]
On the same line, create four new variables: a, b, c, and d, that are equal to 10, 20, 30, and 40, respectively.
Tell the computer to show you the value corresponding to the variable b.
Do the same for d.
My answer was this-
a,b,c,d = 10,20,30,40
print (b,d)
But it says I failed to import test modules
What should I do?
submitted by /u/Prashikborkar11
[link] [comments]