Skip to content

Commit 7309d69

Browse files
change print message
1 parent 52aa28e commit 7309d69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

helloworld/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ def main(argv=None):
2121
# ensures the user hasn't passed any other unrecognized arguments.
2222
parser.parse_args(argv[1:])
2323

24-
print("Hello World! This is Git Training")
24+
print("Hello World! This is Jessica")
2525

2626
return 0

0 commit comments

Comments
 (0)