For example, if ABCD is included in the variable a, A, B, C, D, and space are separately
I want to cut all the letters into pieces, how do I code them?
python raspberry-pi string
a = 'ABCDE '
b = list(a)
© 2024 OneMinuteCode. All rights reserved.