Hey guys I am new to coding and my first language is python so while reading I came across import string in python . | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Hey guys I am new to coding and my first language is python so while reading I came across import string in python .

Can any one tell me its meaning please??

1st Jan 2022, 11:04 AM
shreyash tekade
2 Answers
+ 1
In short, you copy others' project code and paste it into the current file using a shortcut. There are some commands helpful in python: dir(string) -get the object list help(string.whitespace) -get the instruction(documentation)
1st Jan 2022, 11:35 AM
FanYu
FanYu - avatar
+ 2
Can you show us the code?
1st Jan 2022, 11:22 AM
Slick
Slick - avatar