540a1afef555acb0df0c0fa80642ea6156bcf2c8,find_cube_root.py,,,#,16

Before Change


// Test 
x = 27
result = find_cube_root(x)
print("Cube root of {} is {}".format(x, result))

After Change


    
cubeRoot()

cont = str(input("Would you like to continue: "))
while cont == "yes":
    cubeRoot()
    cont = str(input("Would you like to continue: "))
    if cont == "no":
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 5

Instances


Project Name: geekcomputers/Python
Commit Name: 540a1afef555acb0df0c0fa80642ea6156bcf2c8
Time: 2019-10-23
Author: abrahamguernsey@gmail.com
File Name: find_cube_root.py
Class Name:
Method Name:


Project Name: geekcomputers/Python
Commit Name: e1c4e6a7c7db68e123d978bfc56feb057898935f
Time: 2019-10-24
Author: kostasdedesar@penguin
File Name: Counting-sort.py
Class Name:
Method Name:


Project Name: geekcomputers/Python
Commit Name: b3962085843d42657607cecc438a2272c7a757be
Time: 2020-06-23
Author: 59202862+Monsieurvishal@users.noreply.github.com
File Name: Day_of_week.py
Class Name:
Method Name: