mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 08:00:18 +07:00
GitOrigin-RevId: 5682350bfd95a6abfc325b511c55d6e27b41476a
6 lines
76 B
Python
6 lines
76 B
Python
import sys
|
|
|
|
lns = sys.stdin.readline()
|
|
lns.rstrip()
|
|
lns.rstrip()
|
|
lns.<caret> |