Why Sololearn playground isn't responding as expected? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why Sololearn playground isn't responding as expected?

In this code I have created 2 processes of 2 functions which contains for loop printing numbers. When I started parallel execution of the processes (meaning both the for loop will get executed at same time) it printed numbers in sequence. When elsewhere i run this code like Pydroid, it printed all in random sequence. Why is this so? Does sololearn uses supercomputer for execution(optimising each process)? https://code.sololearn.com/cb5DPRC08AmF/?ref=app

25th Jun 2020, 7:34 AM
Tricker
1 Answer
+ 2
No it's working process is quite different. Form ide. It's not interactive
25th Jun 2020, 8:52 AM
Ayush Kumar
Ayush Kumar - avatar