Skip to content

Commit

Permalink
Update and rename 030-python-forloops.md to 031-python-forloops.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HammedBabatunde authored Oct 11, 2021
1 parent 36dadf3 commit 1e44e6e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
id: 030-python-forloops.md
id: 031-python-forloops.md
title: Forloops in Python
tags:
- python
- random
author: Hammed Babatunde
meta-description: Using Forloops in Python
date: 2021-10-10 18:38:42 -0700
date: 2021-10-11 18:38:42 -0700
keywords: python
template: post
categories:
Expand Down Expand Up @@ -56,4 +56,4 @@ for k,v in d.items():
print(k)
print(v)
```
We have learned how to use for loops to iterate through tuples, lists, strings, and dictionaries.
We have learned how to use for loops to iterate through tuples, lists, strings, and dictionaries.

0 comments on commit 1e44e6e

Please sign in to comment.