abc d e f g h [1] i
HTML
Note
no T
Info
info1
werfl2
jj3
jpj4
d
Warning
warning
nilj
kpo
danger
ff
Question
Example
Success
Failure
sa
sa
fcwf
n | k | |
---|---|---|
j | j | |
s | s | |
a | b | c |
---|---|---|
a | 1 |
|a|2
a = 1 b = 2 print (a+b)
ls
set terminal svg
set title "Simple Plots" font ",20"
set key left box
set samples 50
set style data points
plot [-10:10] sin(x),atan(x),cos(atan(x))
import matplotlib.pyplot as plt import numpy as np import math #變數 x = np.arange(0, 10*math.pi, 5) #p,q,A p = 2*np.sin(x* 2)-1 q = np.cos(x/6)+1 A = 2*p+q # 繪圖 plt.plot([1,2,3],[1,2,3], '-r') #plt.title("Question 1") #plt.plot(x, p,'--k') #plt.plot(x, q, '--b') plt.plot(x, A, '-r') plt.show()
#include<iostream> using namespace std; int main(){ cout<<"1"; }
dwef
ffffffwefff
這是左邊
這是右邊
aaa ↩︎