Skip to content

sachin-karmakar/day-1-3-exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Inputs

UPDATE

We've moved away from repl.it for coding exercises. Check out the new exercises on Coding Rooms with automated submissions.

Login to your Udemy course and head over to the link below to get the sign up link:

Click here

Instructions

Write a program that prints the number of characters in a user's name. You might need to Google for a function that calculates the length of a string.

e.g.

https://www.google.com/search?q=how+to+get+the+length+of+a+string+in+python+stack+overflow

Warning. Your program should work for different inputs. e.g. any name that you input.

Example Input

Angela

Example Output

6

e.g. When you hit run, this is what should happen:

Hint

  1. You can put functions inside other functions.
  2. Don't try to print anything other than the length.

Test Your Code

Before checking the solution, try copy-pasting your code into this repl:

https://repl.it/@appbrewery/day-1-3-test-your-code

This repl includes my testing code that will check if your code meets this assignment's objectives.

Solution

https://repl.it/@appbrewery/day-1-3-solution

About

Want to join the course? Start your journey here: https://100daysofpython.dev/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages