370e9904b001798fb6795170ca30d99f623ae1ce,addition.py,,,#,1

Before Change

number1=input("enter first number:")
number2=input("enter second number:")
number3=input("enter third number:")
sum=int(number1)+int(number2)+int(number3)
print("addition of three numer is:",sum)

After Change


    print("\t\t======================================")
    print()

    d=input("Do tou want to do it again ??   Y / N -- ").lower()
    
    if d=="y":

        print()
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: geekcomputers/Python
Commit Name: 370e9904b001798fb6795170ca30d99f623ae1ce
Time: 2020-11-01
Author: yk66478@gmail.com
File Name: addition.py
Class Name:
Method Name:


Project Name: regel/loudml
Commit Name: fb5dbaf30b51426abd69c72b4a100f0e93175807
Time: 2018-04-30
Author: vianney@redmintnetwork.fr
File Name: loudml-elastic/loudml/elastic.py
Class Name:
Method Name: _build_match_all


Project Name: scikit-learn-contrib/DESlib
Commit Name: ec396411be11d514a44a18813278f3a41c73ac5f
Time: 2018-09-23
Author: Natlem@users.noreply.github.com
File Name: deslib/des/des_knn.py
Class Name: DESKNN
Method Name: __init__