Skip to content
Snippets Groups Projects
Commit 2e928864 authored by BeatricedAunayECL's avatar BeatricedAunayECL
Browse files

Create incremente.py

parent e58229c9
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_un(x):
x = x + 1
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