0
Missing output
I’m having difficulties in solving my problems in python because when you try to run it, it is shown errors with different inputs and outputs, not the same ones mentioned in the initial problems.
10 odpowiedzi
+ 3
Hi,
please link your code here, so we can help you!
Also: Describe which task you want to solve and tag the relevant programming language.
+ 1
Max Hersi just click the share option, copy the link of your code to clipboard and paste it here
0
Hi Lisa, how do you link the code here, apologies i am completely new to this, it also telling to activate my account , and the email with activation isnt sent to me.
0
Thanks guys
0
https://sololearn.com/coach/116/?ref=app
can someone help me solve this?
0
Can anyone help solve this ?
0
Max Hersi Seems to be a pro challenge... Anyways, even if it wasn't I think we couldn't see your challenge code...
Can you copy what you wrote in the "code" tab, and paste and save it as "code bit" (you find that via your profile)? This way you could make your code snippet public and post it here.
0
Temp=100
if Temp > 105:
print("Boiling")
this is what i wrote, you right Lisa, pro challenge. i missing something, no hints or anything.
0
Your code looks find. It will give output if Temp is > 105, else it won't output anything.
What is supposed to happen?
Do you have any input() in the task? What does it say as error message when you run it?