Hacktoberfest / hacktoberfest-repo-topic-apply

Cmd line tool to add a topic to your github repo, defaults to hacktoberfest
Apache License 2.0
51 stars 43 forks source link

Addition and multiplication #39

Closed Daksheshapkare closed 2 years ago

Daksheshapkare commented 2 years ago

The code words upon addition and multiplication of two number inputed by uset here is the code Number1= int(input("Enter 1st your number =")) Number2= int(input("Enter 2nd your number =")) Multiply= Number1*Number2 print("Multiplied number is =" , Multiply) Add=Number1+Number2 print("Added number is =", Add)

Daksheshapkare commented 2 years ago

Please merge this

MattIPv4 commented 2 years ago

No, your PR was closed as it was spammy. You are adding unrelated code to a project. Please review the rules and values of Hacktoberfest, and understand that Hacktoberfest is about making valuable contributions to open source projects, not spamming random code in random projects.

Daksheshapkare commented 2 years ago

No, your PR was closed as it was spammy. You are adding unrelated code to a project. Please review the rules and values of Hacktoberfest, and understand that Hacktoberfest is about making valuable contributions to open source projects, not spamming random code in random projects.

So what type of code you want so u can merge it

MattIPv4 commented 2 years ago

You can take a look at the open issues to see what contributions this project is looking for currently.