Skip to content
Snippets Groups Projects
Commit 52fe2eca authored by Ghazi Hemdi's avatar Ghazi Hemdi
Browse files

new method

parent 2ecbb625
No related branches found
No related tags found
No related merge requests found
a= 5
b = 6
print(a+b)
\ No newline at end of file
c= a+b
print(c)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment