File size: 126 Bytes
274d112
 
34ded96
1
2
3
import streamlit as st
x = st.slider('Pick a number', 0, 100)
st.write('x ยกกำลัง 2 เท่ากับ', x*x)