Can any one tell me how to call another python coding in my presence code...... | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 2

Can any one tell me how to call another python coding in my presence code......

python

3rd Jul 2018, 11:46 AM
R.suryakailash
R.suryakailash - avatar
3 ответов
+ 3
type import and then type the name of your code
3rd Jul 2018, 12:34 PM
Sahil Danayak
Sahil Danayak - avatar
0
what code is used? is it just import "filename.py " is that enough to run it in this code?
3rd Jul 2018, 12:40 PM
R.suryakailash
R.suryakailash - avatar
0
use this: from filename(without. py) import * first do get into python mode in cmd
4th Jul 2018, 12:17 PM
Abhishek Rawat
Abhishek Rawat - avatar