FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-Learning-code/python/00_first.py at main · ronitraj74/python-Learning-code · GitHub
ronitraj74
/
python-Learning-code
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
1
Code
Issues
0
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
python-Learning-code
/
python
/
00_first.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
5 lines (4 loc) · 91 Bytes
Breadcrumbs
python-Learning-code
/
python
/
00_first.py
Copy path
File metadata and controls
5 lines (4 loc) · 91 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
import
pyttsx3
engine
=
pyttsx3
.
init
()
engine
.
say
(
"Hi i am Ronit"
)
engine
.
runAndWait
()
Back
|
FazBrowse Home
|
New Git URL