How to take all number value from one line input in python 3

in c i saw people write ----->>>
int a,b,c;
scanf(“%d%d%d”,&a,&b,&c);

how can write this in python??

2 posts were merged into an existing topic: 5 Ways of Taking Input in Python