-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Addition not working #1
Comments
Shall I? |
Shall I work on this |
Fixed addition#11 |
num1+num2 |
i would like to solve this issue, |
Num1=int(input("enter first number:"))
Num 2=int (input("enter second number:"))
Result=num1+num1
Print("the sum of ",num1,"and",num2,"is")
Please try this
…On Sat, Feb 11, 2023, 9:24 PM Siva Pullaiah Mangali < ***@***.***> wrote:
i would like to solve this issue,
can you assign this issue to me
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A5Y7ADMDIOWEEYTYR47MZX3WW6Y4FANCNFSM6AAAAAAUGCB6HY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Hi
…On Sat, 11 Feb, 2023, 9:24 pm Siva Pullaiah Mangali, < ***@***.***> wrote:
i would like to solve this issue,
can you assign this issue to me
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A2U2O6Y6L4OENPRAZU63PZLWW6Y4FANCNFSM6AAAAAAUGCB6HY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I couldn't understand the gsoc sessions
On Sun, 12 Feb, 2023, 10:49 am NEELAPU LAVANYAHAIMA, ***@***.***>
wrote:
… Hi
On Sat, 11 Feb, 2023, 9:24 pm Siva Pullaiah Mangali, <
***@***.***> wrote:
> i would like to solve this issue,
> can you assign this issue to me
>
> —
> Reply to this email directly, view it on GitHub
> <#1 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/A2U2O6Y6L4OENPRAZU63PZLWW6Y4FANCNFSM6AAAAAAUGCB6HY>
> .
> You are receiving this because you commented.Message ID:
> ***@***.***>
>
|
I would like to work on this |
i would like to work on this |
Checklist for this pull request
Detailed Description In the addition of two numbers, solved typos and did some modifications. Closed issue closes #1 |
It should be num1 + num2 |
Shall i work on it |
shall i? |
Yes. And Thank you for the help!
…On Sat, 4 Mar, 2023, 2:59 pm Narayanaswamy5152, ***@***.***> wrote:
shall i?
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A54TFKZ3X3U5C6XK7ZZEZ3TW2MDPBANCNFSM6AAAAAAUGCB6HY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Shall I work on this issue? |
shall i wwork on this?? |
I will work on this |
Describe the bug
When I use the
addition.py
to add two numbers, it is not giving the correct output. The output seems to be multiplication instead of addition.To Reproduce
Steps to reproduce the behavior:
python addition.py
Expected behavior
The answer should be 30.
Screenshots
![image](https://user-images.githubusercontent.com/18501167/214524090-cd9a016c-a67a-4822-b944-23e60916ee52.png)
The text was updated successfully, but these errors were encountered: