MCPcopy Create free account
hub / github.com/geekcomputers/Python / welcome

Function welcome

facebook-autologin-bot.py:11–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9
10
11def welcome():
12 print(">")
13 print("Welcome to Autobot created by Vijay.Use exit or quite to exit.")
14 text = "Welcome to Autobot created by Vijay"
15 speak(text)
16 time.sleep(1)
17 text = "Use exit or quite to exit."
18 speak(text)
19 print("<")
20
21
22def speak(text):

Callers 1

Calls 1

speakFunction · 0.70

Tested by

no test coverage detected