fork download
  1. x=10
  2. y=5.5
  3. name="Tomek"
  4. flag=True
  5. print(x,y,name,flag)# your code goes here
Success #stdin #stdout 0.07s 14188KB
stdin
Standard input is empty
stdout
10 5.5 Tomek True