0
What I have to do to run a code of community
When I go to see the code maked by another people I press the run button and later appear an tab where sayied that I need one input. what I need to run the code?
3 Respuestas
+ 6
If for some reason the code author didn't include information of what input was expected, you can write a comment to ask the author to add such information, it would be necessary, especially for non web codes, because the input dialog doesn't show a descriptive prompt title, like it does for web codes.
Tips: When multiple inputs is needed, they commonly are typed on separate lines, in the input dialog (for non web codes only)
+ 5
Yes thats because the code needs your input so that it can use it , it could be a string or a interger it all depends on what type of program it is.
+ 2
Thanks D_Stark