Hmmmmmmmmm, <u>powerpoint</u>?
The command to add a Venn Diagram or a process chart on PowerPoint Online is to select the Insert tab, then select the SmartArt button, and there is the process charts listed under Process. But the Venn Diagram is listed under List.
Answer:
1 1
2
3
5
8
13
21
34
55
Explanation:
i guess this is the answer
Def firstChars( word ):
if( word ): # make sure word has characters
print( word[ 0 ] ) # print the first character (Python 3 syntax)