Skip to content

Commit 7f26c4d

Browse files
committed
James
1 parent 86baaf4 commit 7f26c4d

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed
-1.28 KB
Binary file not shown.
-526 Bytes
Binary file not shown.

Desarrollo/15_James.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name = "james"
2+
if not name.startswith("j"):
3+
print("Hello")
4+
else:
5+
print("world")

0 commit comments

Comments
 (0)