00:16:45 Carson Allen: Start with input? 00:17:09 Carson Allen: Then a if or is that to soon? 00:17:28 Carson Allen: Ummm Shoot idk 00:17:39 Danielle Murphy: Word is not equal to STOP 00:18:26 Danielle Murphy: while 00:18:27 Sydney Thompson: while 00:18:28 Carson Allen: while 00:18:57 Carson Allen: Input something? 00:19:12 Josh S: my computer trying to handle repl and zoom at the same time == fail 00:19:18 Carson Allen: lol 00:19:29 Hope Nowacek: same 00:25:24 Josh S: what are we doing now my compuer went roboto on me 00:27:13 Josh S: I think I got it 00:27:34 Sydney Thompson: intialize 00:27:35 Josh S: initiate 00:27:46 Josh S: listOwords 00:28:02 Josh S: [] 00:28:13 Carson Allen: Why square brackets again? 00:28:38 Carson Allen: Gotcha okay 00:29:21 Josh S: append 00:29:33 Josh S: :'( 00:29:50 Carson Allen: .append? 00:29:57 Carson Allen: () 00:30:05 Nicolas Kincheloe: listOwords.append() ? 00:30:10 Sydney Thompson: list0words=list0words.apppend(word) 00:30:11 Carson Allen: I was just about to type that 00:30:33 Sydney Thompson: Ohh ok 00:33:47 Sydney Thompson: The input before the loop isn’t being added to the list 00:34:45 Josh S: :'( 00:34:52 Josh S: yes 00:35:01 Josh S: word = input() listOwords = [] listOwords.append(word) while word != 'STOP': listOwords.append(word) word = input() print(listOwords) 00:37:49 Sydney Thompson: def 00:38:03 Carson Allen: Does Def means definition? 00:38:10 Carson Allen: Oh gotcha 00:45:50 Josh S: for loop 00:46:01 Danielle Murphy: For char in words 00:46:34 Sydney Thompson: For word in words 00:46:37 Carson Allen: For list in words?? 00:46:42 Carson Allen: Oh nvm 00:48:09 Josh S: wordcount 00:48:18 Josh S: lettercount 00:49:05 Sydney Thompson: 1 00:49:05 Carson Allen: +1 00:49:06 Janiya Medley: 1 00:50:11 Carson Allen: Average them 00:50:13 Josh S: avg 00:50:54 Danielle Murphy: print avg 00:50:56 Josh S: use it 00:50:56 Carson Allen: Print out the total average 00:51:10 Carson Allen: In the for loop? 00:51:15 Carson Allen: Or after 00:51:48 Carson Allen: After the return? 00:53:39 Josh S: how messed up is this one 00:53:42 Josh S: def avglength (words): wordscount = len(listOwords) for words in wordscount: total_letters = len(listOwords[words]) 00:55:24 Carson Allen: Do we need to submit it? 00:55:49 Josh S: ty