2023-02-25 01:48
This commit is contained in:
5
datatypes.py
Executable file
5
datatypes.py
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/python
|
||||
table = str.maketrans('aeiou', 'AEIOU')
|
||||
a = 'i like an apple'.translate(table)
|
||||
|
||||
print(a)
|
||||
Reference in New Issue
Block a user