Skip to content

Commit ddca712

Browse files
author
Mark Charlton
committed
test 1
1 parent c6406e8 commit ddca712

File tree

5 files changed

+22
-1
lines changed

5 files changed

+22
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
##
2+
##
3+
4+
import helpers as h
5+
6+
val1 = h.get_int("Enter Value")
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
##
2+
##
3+
4+
import helpers as h
5+
6+
val1 = h.get_int("Enter Value")
7+
print ( f"You entered {val1}")
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
##
2+
##
3+
4+
import helpers as h
5+
6+
val1 = h.get_int("Enter Value ")
7+
print ( f"You entered {val1}")

Tasks/WK4Scratch.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33

44
import helpers as h
55

6-
val1 = h.get_int("Enter Value")
6+
val1 = h.get_int("Enter Value ")
7+
print ( f"You entered {val1}")
2.64 KB
Binary file not shown.

0 commit comments

Comments
 (0)