We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a12e34 commit 1c7244cCopy full SHA for 1c7244c
web_programming/fetch_jobs.py
@@ -52,5 +52,7 @@ def fetch_jobs(
52
53
54
if __name__ == "__main__":
55
- for i, (title, company) in enumerate(fetch_jobs("python developer", "Bangalore"), 1):
+ for i, (title, company) in enumerate(
56
+ fetch_jobs("python developer", "Bangalore"), 1
57
+ ):
58
print(f"Job {i:>2} is {title} at {company}")
0 commit comments