summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/conversioneBinariaDec.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/conversioneBinariaDec.py b/python/conversioneBinariaDec.py
index cf1087b..7590736 100644
--- a/python/conversioneBinariaDec.py
+++ b/python/conversioneBinariaDec.py
@@ -6,7 +6,7 @@ v = []
for i in range(b):
v.append(0)
-str = raw_input('Stringa: ')
+str = input('Stringa: ')
if len(str) < b:
valVuoto = len(str)
@@ -27,4 +27,4 @@ while i > -1:
i -= 1
j += 1
-print(int(num)) \ No newline at end of file
+print(int(num))