opencodeiiita / HackerSkills

A place to showcase your skills :p
5 stars 23 forks source link

Task 5 - Plot a sine wave #8

Open Jigar3 opened 5 years ago

Jigar3 commented 5 years ago

Plot a simple sine wave

y = 2sin(x*pi/4)

Use any language you're comfortable with. Add solutions in different languages to earn more points

opencodebot[bot] commented 5 years ago

Thanks for opening this issue!

Kartik2301 commented 5 years ago

@opencodebot claim I want to work on this issue

Kartik2301 commented 5 years ago

Sir, Do we need to create a folder containing all the files

Jigar3 commented 5 years ago

@Kartik2301 You don't need to claim issues labelled everyone. Also, yes you need to create a folder with your name inside which you will have subfolders named task-1, task-2 and inside those you need to place the files

criticic commented 5 years ago

completed task 5 using python ( #91 )