ingfah / app.py
ipxho's picture
Rename ipxho to app.py
e66f568
raw
history blame contribute delete
No virus
126 Bytes
import streamlit as st
x = st.slider('Pick a number', 0, 100)
st.write('x ยกกำลัง 2 เท่ากับ', x*x)