+ 6

Python modules

Does anyone know what Python Modules are allowed here? I cant get the requests module.

23rd May 2020, 6:18 PM
Killian Fortman
Killian Fortman - avatar
12 Answers
+ 5
requests module is something you have to install by pip, it is not a built in module, but you can still use it here thanks to other SoloLearners https://code.sololearn.com/c0sTl3cxDAOS/?ref=app
23rd May 2020, 6:21 PM
Ali Abdelhady
Ali Abdelhady - avatar
23rd May 2020, 7:07 PM
Oma Falk
Oma Falk - avatar
+ 2
๐Š๐ข๐ข๐›๐จ ๐†๐ก๐š๐ฒ๐š๐ฅ If they can not be run inside the terminal, I believe they won't work in SoloLearn.
23rd May 2020, 7:58 PM
Ali Abdelhady
Ali Abdelhady - avatar
+ 2
๐Š๐ข๐ข๐›๐จ ๐†๐ก๐š๐ฒ๐š๐ฅ that's because it is a web code, it is expected to be a gui app any way The point is SoloLearn expects that your Python code is executed in the terminal.
23rd May 2020, 8:03 PM
Ali Abdelhady
Ali Abdelhady - avatar
+ 1
there are security reasons for this as well though. should keep this in mind.
23rd May 2020, 9:00 PM
Killian Fortman
Killian Fortman - avatar
+ 1
๐Ÿ˜Š๐Ÿ˜Š
25th May 2020, 9:36 AM
Acheampong Elizabeth
Acheampong Elizabeth - avatar
25th May 2020, 5:00 PM
Maiduku Stephen Sawa
Maiduku Stephen Sawa - avatar
0
yes of course
24th Sep 2020, 1:25 PM
Stef Daniels
Stef Daniels - avatar