Skip to content
Snippets Groups Projects
Commit 6d79b508 authored by BeatricedAunayECL's avatar BeatricedAunayECL
Browse files

Create incremente_deux.py

parent 2e928864
No related branches found
No related tags found
No related merge requests found
# -*- coding: utf-8 -*-
"""
Spyder Editor
This is a temporary script file.
"""
def incremente_de_deux(x):
x = x + 2
return(x)
if __name__ == "__main__":
print(incremente_de_un(1))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment