Skip to content
Snippets Groups Projects
Select Git revision
  • c62238b7d1b184ed2ac317dbdd971690369711ee
  • main default protected
  • dev
  • v1.0
4 results

test.py

  • Ghazi Hemdi's avatar
    Ghazi Hemdi authored
    c62238b7
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    test.py 35 B
    a= 5 
    b = 6 
    print(a+b)
    print("hi")