Python Forum
why I dont get any output from this code - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: why I dont get any output from this code (/thread-37549.html)



why I dont get any output from this code - William369 - Jun-23-2022

Hi

I am trying to execute this code in repl.it but I dont get any result can you please advise what is wrong ?

https://replit.com/@MartinAdams2/HurtfulConsciousDrawing#main.py


RE: why I dont get any output from this code - Axel_Erfurt - Jun-23-2022

try

print(Solution.twoSum([3,4,9], 13))


RE: why I dont get any output from this code - William369 - Jun-23-2022

@Axel_Erfurt

Many thanks friend Heart