Módulo para preguntar por sí o por no
Project description
bool_quetion
Módulo para preguntar por sí o por no
Installing
Install on Debian 11 or older:
pip install bool_quetion
Install on Debian 12 and later:
pipx install bool_quetion
Using the code in Python 3.x
names = []
reply = True
while reply:
element = input ('Enter the full name: ')
names.append(element)
for name in names:
print (name)
reply = true_false('Do you wish to continue?', ['Yes', 'no'])
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
bool_quetion-0.1.3.tar.gz
(14.6 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 bool_quetion-0.1.3.tar.gz.
File metadata
- Download URL: bool_quetion-0.1.3.tar.gz
- Upload date:
- Size: 14.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be7e84674ae7bad486fc32069fdc52dc2c489f78672600737b6b01ea44811982
|
|
| MD5 |
0e5d49f57565da63296e966476fbfcab
|
|
| BLAKE2b-256 |
632765e626fd015ea63f273c56ca1bd7cce83146203f0e41186dd1998badbc04
|
File details
Details for the file bool_quetion-0.1.3-py3-none-any.whl.
File metadata
- Download URL: bool_quetion-0.1.3-py3-none-any.whl
- Upload date:
- Size: 14.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fce72de0bac2fe773644eff97e595151d83f6f5d450942700be01a220f0b7eb6
|
|
| MD5 |
6cdaf5e36e929ceaf1a9b4545325fcbb
|
|
| BLAKE2b-256 |
a4b1d5330625fd242da039c459fc52afdc186babaf05fd1551d184b82f3b82b9
|