how to

or

Feb 2, 2024
langspythoninput
1 Minutes
12 Words
1
a, b, c = map(int, input().split())
2
# or
3
li = list(map(int, input().split()))
Article title:or
Article author:Julyfun
Release time:Feb 2, 2024
Copyright 2025
Sitemap