0
Import
How can i import models
13 Respostas
+ 2
In Python?
Do you mean models or modules?
+ 2
import module_name
To get a list of all available modules type:
help("modules")
If you don't find wanted modules with help("modules") you nees to import them with pip.
To get a list of all available module items type:
import module_name
print(dir(module_name))
You can also use import to import a program, module means a file of code.
To do that you need to have 2 files in a same directory (folder), then you can use import file_name to import the program called file_name from the same directory.
+ 2
Models
+ 2
sH creations to what?
+ 2
sH creations in web languages or programming languages?
+ 1
Sorry, I simply forget, but here it is:
https://code.sololearn.com/cF519TD6704R/?ref=app
0
I mean images sound tracks 3d modela etc
0
I want make a simple doodle stick man game
0
So the how to import the png format stick man image
0
In python
0
Will you please forward your WhatsApp no.
0
sH creations I can give you a sample, with you can insert images to your program with Pygame, but I am busy now.
0
Ok.. Thank u for your reply