00:14:02 Josh S: want me to run over there? 00:15:53 Josh S: is this for H2O only or all matter? 00:16:04 Josh S: k 00:17:06 Josh S: 212 f*/100 c* boiling point 00:17:29 Carson Allen: In range 00:17:29 Josh S: for loop 00:17:30 Sydney Thompson: for x in range of (howmany) 00:17:50 Hope Nowacek: : 00:18:27 Josh S: -of 00:18:29 Carson Allen: Get rid of of? 00:20:39 Carson Allen: Use a if? 00:21:04 Josh S: temp = eval input 00:21:28 Josh S: yes 00:23:55 Carson Allen: Yes if this time 00:24:35 Tanner Robertson : the formula 00:24:56 Sydney Thompson: scale= input(‘C or F?’) 00:25:40 Josh S: numbers letter 00:25:41 Josh S: s 00:25:44 Nicolas Kincheloe: eval is for numbers 00:25:45 Hope Nowacek: letters 00:25:48 Carson Allen: Ones a number 00:26:11 Josh S: int 00:26:31 Nicolas Kincheloe: eval cuz the temp could have a decimal 00:26:46 Hope Nowacek: oh true 00:27:02 Josh S: no one cares if its -10.1 or -10 its still cold 00:28:43 Josh S: if scale == C 00:28:54 Josh S: :'( 00:29:15 Sydney Thompson: Because it determines which formula 00:30:28 Sydney Thompson: Scale isn’t an int 00:30:49 Hope Nowacek: nothings under C? 00:31:07 Josh S: "C" 00:31:20 Carson Allen: It doesn’t know what C is 00:31:30 Terell: C=Celus 00:32:45 Josh S: elif temp == 100 00:34:02 Josh S: >= 100 00:36:05 Nicolas Kincheloe: elif temp < 100 and temp > whatever the melting point it 00:36:28 Hope Nowacek: 0? 00:36:29 Josh S: 0 00:36:34 Nicolas Kincheloe: freezing point* 00:37:09 Sydney Thompson: else 00:38:52 Tanner Robertson : needs <= and >= 00:38:53 daniellemurphy: No equal to 100 anywhere in program 00:38:55 Nicolas Kincheloe: because 100 is assigned to a certain temp 00:39:00 Sydney Thompson: You need >=100 for steam 00:39:02 Nicolas Kincheloe: isn't* 00:41:45 Josh S: transition state 00:43:42 Carson Allen: Do a if scale == “f”? 00:43:52 Sydney Thompson: elif in line with the if scale==“C” 00:44:00 Carson Allen: Yeah ^ 00:44:20 Josh S: else 00:44:50 Josh S: if temp == 212 00:44:57 Josh S: > 00:47:40 Josh S: 2400 00:48:24 Josh S: % 00:50:27 Nicolas Kincheloe: // 00:51:01 Josh S: 100 00:51:19 Josh S: decimal moves two places to the left 00:52:13 Nicolas Kincheloe: % 00:55:38 Josh S: elif 00:56:00 Sydney Thompson: elif first_hour==second_hour: 00:56:14 Sydney Thompson: Then minutes matter 00:57:12 Josh S: else later 00:57:20 Josh S: elif same time 00:57:38 Josh S: not in that order though those components 00:57:38 Carson Allen: If first hour less than second hour 00:57:48 Carson Allen: Indent off of that 00:58:11 Sydney Thompson: elif first_hour == second_hour: if first_min < second_min: print('earlier') elif first_min==second_min: print('same time') else: print('later') 00:58:39 Josh S: how did you go to next line in chat? 00:59:08 Sydney Thompson: I copied and pasted from my repl 01:00:55 Josh S: shift enter for next lime 01:02:05 Josh S: Thanks. 01:02:11 Carson Allen: Thank u