 
      
      platform_linux()Choose value based on your operating system is Linux or not
platform_linux(true_part, false_part)
true_part (any)  — A valuefalse_part (any)  — A value
any — Returns true_part if your operating system is Linux, and returns false_part if otherwise
platform_linux(23, 33)   ' Returns 23 if your operating system is Linux