Skip to main content

A small test package to capatalize names!

Project description

Test Package

For the iCanCode python advanced class. Source:

def UpperName(name):
  newname = ""
  splitName = name.split(" ")
  for name in splitName:
    newname += name.capatalize() + " 
  return newname[1:]

That's it! Your's truly, DaGoodHacker...

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

UppercaseName-0.0.2.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

UppercaseName-0.0.2-py3-none-any.whl (2.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page