Which of the following matches the description of each react…

Which of the following matches the description of each reaction? Reaction 1: Does an Anti-Markovnikov addition of H2O, a syn addition. Reaction: [Reaction1], Reagents: [Reagents1] Reaction 2: Does a Markovnikov addition of H2O, a anti-addition (this is different from Anti-Markovnikov), DOES NOT rearrange. Reaction: [Reaction2], Reagents: [Reagents2] Reaction 3: Does an Markovnikov addition of H2O, goes through a carbocation, can rearrange. Reaction: [Reaction3], Reagents: [Reagents3]

(Fill in the blank) When slicing a string, there are up to t…

(Fill in the blank) When slicing a string, there are up to three numbers we specify like so: 1 my_string = “Hello_World!”2 print(my_string[1:2:3]) what is the output if the user enters 35.5 and then 30? On line 2 in the above code, 1 represents the [x1] index, 2 represents the [x2] index, and 3 represents the [x3]