Skip to content
View yash0507's full-sized avatar
Block or Report

Block or report yash0507

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. puneet-verma puneet-verma Public

    import matplotlib.pyplot as plt import csv x= [] y= [] with open('test.csv','r')as csvfile: plots = csv.reader(csvfile) for col in plots: x.append(col[0]) y.append(col[1]) plt.plot(x,y,label='File'…

  2. Array_comparision Array_comparision Public

    C++

  3. hackerank-Python-Solution- hackerank-Python-Solution- Public

    if-else code

    Python

  4. JAVA_All JAVA_All Public