Hi guys, there I just finished my program, except small problem these are two subroutines.
So I would like to create a question which program would you choose cod or dec
I therefore use if cod
Else ...
But especially how you go from line 1 to 45
Or from line 45 to 1
So i imagine something like that :
Of course this example is wrong but it sums up my ideas
So I would like to create a question which program would you choose cod or dec
I therefore use if cod
Else ...
But especially how you go from line 1 to 45
Or from line 45 to 1

So i imagine something like that :
1 2 3 4 5 6 7 8 |
#LOGICIEL DE CRYPTAGE ET DE DÉCRYPTAGE# print ( "Voulez vous coder ou décrypter ?" ) text = input ( "taper code pour coder et dec pour décrypter" ) if "code" return line 9 else : return line 48 |
