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
Release history Release notifications | RSS feed
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.1.0.tar.gz
(2.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file UppercaseName-0.1.0.tar.gz.
File metadata
- Download URL: UppercaseName-0.1.0.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc1ac2b018282436ad4504c1c36e27fd5f3adfa656354de378913cc3dc4f7029
|
|
| MD5 |
ecd708c256fd5a86541366b8e527729e
|
|
| BLAKE2b-256 |
3861819180c692dc34ac2daf4e54e49526e2d782f27c2615f9d8485da1f12649
|
File details
Details for the file UppercaseName-0.1.0-py3-none-any.whl.
File metadata
- Download URL: UppercaseName-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a39d171dba6a5baa6a6264fe791e29428c2d4eddae31c89e50e27415fe043c46
|
|
| MD5 |
85d2115fa61770af988ca5cc037fa4eb
|
|
| BLAKE2b-256 |
2bfae2aa66d8029e5857098c1af621ec476f70da1d2d229122e212396d76286d
|