05.Streamlit输出图表(一)
# coding: utf-8import matplotlib.pyplot as pltimport numpy as npimport streamlit as starr = np.random.normal(1, 1, size=100)plt.hi
# coding: utf-8import matplotlib.pyplot as pltimport numpy as npimport streamlit as starr = np.random.normal(1, 1, size=100)plt.hi
# Using the ** operatornumber = 5square = number ** 2print(square) # Output: 25# Using multiplicationsquare = number * numberprint
rectangles = for _ in range(3):x, y, w, h = map(int, input.split)rectangles.append((x, y, w, h))x_left = max(rectangles[0][0], rec