Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Alligators-python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Benjamin Monmege
Alligators-python
Commits
9ff64882
Commit
9ff64882
authored
Jun 28, 2022
by
Antonio MATTAR
Browse files
Options
Downloads
Plain Diff
Merge branch 'main' of
https://gitlab.lis-lab.fr/benjamin.monmege/alligators-python
parents
be76f1d7
5890c3d1
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
app_functions.py
+8
-1
8 additions, 1 deletion
app_functions.py
main.py
+1
-1
1 addition, 1 deletion
main.py
with
9 additions
and
2 deletions
app_functions.py
+
8
−
1
View file @
9ff64882
...
...
@@ -76,3 +76,10 @@ def sub(n,m):
#print(to_string(beta_reduction_totale(new_app(new_app(XOR,TRUE),FALSE),None,False)))
#print(to_string(dec_to_lambda_relative_integers(5)))
# ajouter les etoiles sur les alligators qui Maangent
# ajoter les sauvegardes
# ajouter le predec ....
# terme qui termine pas
#probleme de l arret
This diff is collapsed.
Click to expand it.
main.py
+
1
−
1
View file @
9ff64882
...
...
@@ -333,7 +333,7 @@ def run_arithmetic_operations_menu(path='arithmetic expressions'):
elif
choice
==
2
:
clear
()
print
(
"
Voici le terme:
"
+
logic
.
to_string
(
app_functions
.
SUB
))
logic
.
captureImage
(
app_functions
.
SUB
,
path
+
'
/SUB
'
,
'
SUB
'
,
False
)
logic
.
captureImage
(
app_functions
.
SUB
,
path
,
'
SUB
'
,
False
)
choix
=
(
input
(
"
do you want to try an exemple? (y/n) :
"
))
while
choix
not
in
[
'
y
'
,
'
n
'
]:
choix
=
input
(
'
Invalid choice. Do you want to try an exemple? (y/n):
'
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment