Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit a76963a

Browse files
committed
new comment in sine wave file
1 parent 6ec94a8 commit a76963a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎projects/Sine_Wave/sine_wave.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
penup()
1111
# As x increases y increases and decreases as it is evaluated.
1212
for x in range(-200, 200):
13+
# Sine Wave Equation
1314
y = A * sin((2 * pi / B) * (x + C)) + D
1415
goto(x, y)
1516
pendown()

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /