Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

say command python

#pip install say

from say import *

x, nums, name = 12, list(range(4)), 'Fred'

say("There are {x} things.")
say("Nums has {len(nums)} items: {nums}")
say("Name: {name!r}")
Source by pypi.org #
 
PREVIOUS NEXT
Tagged: #command #python
ADD COMMENT
Topic
Name
3+8 =