Sololearn Console Disadvantage | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Sololearn Console Disadvantage

Sololearn Console Disadvantage is it's take output once at a time so it's pretty confusing to take input in some cases for example Matrix Multiplication or any other matrix programs https://code.sololearn.com/cJjk6h3sY3s0/?ref=app

1st May 2023, 6:13 AM
Hasibur Rahman
Hasibur Rahman - avatar
4 Answers
+ 3
https://www.sololearn.com/post/1729566/?ref=app input multiple lines
1st May 2023, 6:20 AM
I am offline
I am offline - avatar
+ 3
Nothing is perfect and in the modern age of hackers etc, anything available free and online has to compromise on many things in order to ensure safety. There are a multitude of options to use your code and use real-time input. You can still write your code here, then copy and paste it/save it for the other option.
1st May 2023, 7:23 AM
Ausgrindtube
Ausgrindtube - avatar
+ 2
Hasibur Rahman You tagged Javascript. Used with html, it's actually the one place you can get interactive input in Sololearn.
1st May 2023, 7:49 AM
Bob_Li
Bob_Li - avatar
+ 1
Sololearn can take two inputs if you put them in separate lines. Example: My code is: num1 = int(input()) num2 = int(input()) print(num1+num2) Input: 1 3 Output: 4
1st May 2023, 7:20 AM
Ugulberto Sánchez
Ugulberto Sánchez - avatar