Files
pythonProject/f.py
Victor Alexandrovich Tsyrenschikov 81d0645603 ESPHOME
2026-03-08 11:47:35 +05:00

3 lines
75 B
Python

a='Привет, Константин'
index=a.find(' ')
print(a[index+1:])