what can i do to correct it?
I need a help concerning postman. I am getting an error when I tried to test my endpoint on postman. What do you think is wrong?
Kindly explain the process of exporting a module in a more simpler way
it was this part:
a = 5
a = a * 3print(a)# Output: 15a = a * aprint(a)# Output: 225
But i think i understand it now. variable a is changing in value. At the beginning it was 5, but in the second operation, it changed to 15. Am I right?
The combination of string and numbers part was somehow confusing and the last part of the course where it was talking about variable:
a=5
print (a*3)
15 but the last part was confusing
print (a*5)
the answer was 225????? This part is too confusing.
It's interesting but sometimes confusing for newbie person like me with no science background. Though i am going to survive and learn it in the shortest time possible. Thanks for setting up the website for people of low income. I am really impressed and amazed, thanks!!!