Answers for "how to work with python"

1

how to python

GIT BASH COMMANDS 

mkdir - used to create new folders in gitbash 
ls -al - List all the files including the hidden ones 
 rm -rf - Used to force remove folders 
 rm -rf .git - removing git hub from being a supervisor of the project
 rm - used to force remove documents not files 
 cd .. - Used to come out of the current folder
Posted by: Guest on April-22-2021
6

what can you do with python

//  make a  friend using python 
//make sue  you have installed pyttsx3 module
// to install module open cmd and write pip install pyttsx3

import pyttsx3
engine = pyttsx3.init()
engine.say("")
engine.runAndWai
Posted by: Guest on November-04-2020
0

how to get ********** on python

bruh i just wanted to know the formula thing to get the title to be like ****yo*****
Posted by: Guest on October-29-2020

Code answers related to "how to work with python"

Python Answers by Framework

Browse Popular Code Answers by Language