+ 1
How to install modules to be able to code with them, like for example the module "binarytree"?
example code: from binarytree import Node root = Node(1) root.left = Node(2) root.right = Node(3) root
8 Respostas
+ 2
* Add that code in start.
* Then call function install() with passing need module name. Now you have module installed, if it supported by SL.
* now add your code, as you wrote.
+ 1
hope this helps.....
https://code.sololearn.com/chhdtN8IaqdX/?ref=app
+ 1
1. Install module.
2. Import module.
3. Use module.
0
Jayakrishnađźđł thank you but what do i do next?
0
"what do I do next?"
The same as always: import the module.
0
i don't get it Lisa, i have to put this code in the start at each code i need a module not installed?
0
can you help me by telling me step by step what to do Lisa đ?
0
Lisa so funny đđđ