• Kurse
  • Code Compiler
  • Diskutieren
  • Preise
  • Teams
Menu
0

how can i import libraries for python?

hi im learning python and i want to import libraries

pythonimport
17th Mar 2023, 7:07 PM
Ismım artık Daha kolay
Ismım artık Daha kolay - avatar
1 Antwort
+ 2
General syntax is: **import <module_name>** OR: **import <module_name> as <new_name>** OR: **from <module_name> import <function/s>** Mor information could be find on these sources: https://www.w3schools.com/JUMP_LINK__&&__python__&&__JUMP_LINK/python_modules.asp https://docs.python.org/3/reference/import.html
17th Mar 2023, 7:19 PM
Lamron
Lamron - avatar

Häufig solche Fragen?

Effizienter lernen, kostenlos:

  • Einführung in Python

    7.1M Lernende

  • Einführung in Java

    4.7M Lernende

  • Einführung in C

    1.5M Lernende

  • Einführung in HTML

    7.5M Lernende

Alle Kurse anzeigen
Heute heiß
Where is the bug?
3 Votes
Is it possible to convert .zip file to apk? If yes, how??
1 Votes
Pointers cpp
2 Votes
I think the heart system is ridiculous, 5 hearts that refill after like 5 hours? That is really just crazy to me.
1 Votes
How to add two strings together in ts or css
1 Votes
What do you think of this code and what are your suggestions for developing and modifying it?, How can I develop myself more?
0 Votes
Why can’t I use double “ in python?
0 Votes
Is pro worth the money ?
1 Votes
Drawing images in java
2 Votes
2 cases not correct what's the problem
1 Votes