d81eb50aeb147a8018488d587b0a3763d276bcb6,calculator.py,,,#,31
Before Change
return k
print ("\nScientific Calculator\nEg: pi * sin(90) - sqrt(81)")
k = input("\nWhat is ")
k = k.replace(" ","")
After Change
print ("\n" + str(calc(k)))
if __name__ == "__main__":
main()
In pattern: SUPERPATTERN
Frequency: 10
Non-data size: 5
Instances
Project Name: geekcomputers/Python
Commit Name: d81eb50aeb147a8018488d587b0a3763d276bcb6
Time: 2017-05-12
Author: shreyasdaniel2001@yahoo.co.in
File Name: calculator.py
Class Name:
Method Name:
Project Name: ray-project/ray
Commit Name: be647b69abd7450df6ca2a34a4de25c27d46c0b3
Time: 2020-06-30
Author: xmo@berkeley.edu
File Name: python/ray/serve/benchmarks/noop_latency.py
Class Name:
Method Name:
Project Name: TheAlgorithms/Python
Commit Name: e03426b8fd696b8794e21ef52c76a0a5140e1463
Time: 2018-10-11
Author: r.gc@hotmail.es
File Name: Maths/fibonacciSeries.py
Class Name:
Method Name:
Project Name: TheAlgorithms/Python
Commit Name: 578845a6b5491c797ddad8eb61297e9f6383962c
Time: 2016-07-29
Author: tony@motiondsp.com
File Name: MergeSort.py
Class Name:
Method Name:
Project Name: TheAlgorithms/Python
Commit Name: 477b2c24b83517652cef1e45e6c600e3328c0824
Time: 2020-10-05
Author: 11592023+shermanhui@users.noreply.github.com
File Name: data_structures/linked_list/print_reverse.py
Class Name:
Method Name:
Project Name: TheAlgorithms/Python
Commit Name: b7eae6b0e37c0b44889657688a530f307c8cd2f5
Time: 2016-07-29
Author: tony@motiondsp.com
File Name: LinearSearch.py
Class Name:
Method Name:
Project Name: pytorch/audio
Commit Name: 413bd18e06b5ea6b77ef15e421c9ec8290f5e44f
Time: 2020-04-02
Author: 855818+mthrok@users.noreply.github.com
File Name: test/test_transforms.py
Class Name:
Method Name:
Project Name: PyThaiNLP/pythainlp
Commit Name: 6aa0eda33cae977d6e7d1053f2456049b0bbfc13
Time: 2016-12-27
Author: wannaphong@yahoo.com
File Name: test.py
Class Name:
Method Name:
Project Name: pytorch/audio
Commit Name: b5b6d30f88116bb1b71dc3f158f0607825c6b37f
Time: 2020-04-09
Author: 855818+mthrok@users.noreply.github.com
File Name: test/test_torchscript_consistency.py
Class Name:
Method Name:
Project Name: pyprob/pyprob
Commit Name: eae0e5b3bf7b336d309b36c811c46ff0eb87be4e
Time: 2020-04-05
Author: atilimgunes.baydin@gmail.com
File Name: tests/test_model_remote.py
Class Name:
Method Name: