Code für Teil21 Interrupts

This commit is contained in:
2023-12-11 07:49:21 +01:00
parent c04c88e2af
commit 278d79f6d0
5 changed files with 63 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
#!/home/pi/git/pythonkurs/teil20/bin/python
#!/home/pi/git/pythonkurs/teil20/bin/python3
# -*- coding: utf-8 -*-
import re
import sys

View File

@@ -1,4 +1,4 @@
#!/home/pi/git/pythonkurs/teil20/bin/python
#!/home/pi/git/pythonkurs/teil20/bin/python3
# -*- coding: utf-8 -*-
import re
import sys

View File

@@ -1,4 +1,4 @@
#!/home/pi/git/pythonkurs/teil20/bin/python
#!/home/pi/git/pythonkurs/teil20/bin/python3
# -*- coding: utf-8 -*-
import re
import sys