Missing output | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

26th Jan 2021, 11:38 AM
Max Hersi
10 Answers
+ 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.
26th Jan 2021, 11:44 AM
Lisa
Lisa - avatar
+ 1
Max Hersi just click the share option, copy the link of your code to clipboard and paste it here
26th Jan 2021, 11:51 AM
Atul [Inactive]
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.
26th Jan 2021, 11:48 AM
Max Hersi
0
Thanks guys
26th Jan 2021, 11:52 AM
Max Hersi
0
https://sololearn.com/coach/116/?ref=app can someone help me solve this?
26th Jan 2021, 11:53 AM
Max Hersi
26th Jan 2021, 7:49 PM
Max Hersi
0
Can anyone help solve this ?
26th Jan 2021, 7:55 PM
Max Hersi
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.
26th Jan 2021, 8:40 PM
Lisa
Lisa - avatar
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.
26th Jan 2021, 9:16 PM
Max Hersi
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?
27th Jan 2021, 7:56 AM
Lisa
Lisa - avatar