Python: Difference between revisions

From DWIKI
mNo edit summary
Line 8: Line 8:




=Strings==
=Strings=
==Length of string==
==Length of string==
  len(s)
  len(s)

Revision as of 14:14, 11 December 2022

Links


Strings

Length of string

len(s)

FAQ

-bash: python: command not found

Try

update-alternatives --config python

update-alternatives: error: no alternatives for python

update-alternatives --install /usr/bin/python python $(which python3) 3

Leave virtualenv

deactivate