- 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??
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)
+ 2
Can you show us the code?