Spaces:
Sleeping
Sleeping
Update pages/2_Events.py
Browse files- pages/2_Events.py +3 -1
pages/2_Events.py
CHANGED
|
@@ -126,4 +126,6 @@ if numbers_input_5:
|
|
| 126 |
set1 = [i for i in list1 if i >6]
|
| 127 |
st.write(f"Event: Rolling a die and getting number gretaer than 6:{set1}")
|
| 128 |
st.write(f"The above event is empty because there is no chance that event will happen")
|
| 129 |
-
|
|
|
|
|
|
|
|
|
| 126 |
set1 = [i for i in list1 if i >6]
|
| 127 |
st.write(f"Event: Rolling a die and getting number gretaer than 6:{set1}")
|
| 128 |
st.write(f"The above event is empty because there is no chance that event will happen")
|
| 129 |
+
st.subheader("Independent Events")
|
| 130 |
+
st.markdwon("""An event is said to be independent event when the probability of occurance of one event doesnot effect the probability of other event.""")
|
| 131 |
+
st.title("Tossing a coin and rolling a die.")
|