microsoft / c9-python-getting-started

Sample code for Channel 9 Python for Beginners course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

String formatting code is missing

ankitsaxena21 opened this issue · comments

The code in code_challenge_solution.py and format_strings.py in 4 - String variables in same.
The python code for string formats is missing.
As per the videos the topic was explained and practically executed.

I have solved this issue and added the code in format_strings.py as per the topic.
Solves #34