1
2
# aquest programa et resol tots els apartats d'un problema de tecnologia industrial de l'examen de selectivitat 2020.
import t1
1
2
def Esubm(x,y,Psubm):
return Psubm*(x*y)
1
2
def V(Econs,pc,pgasoil):
return Econs/(pc*pgasoil)
1
2
def ctot(cgasoil, V):
return cgasoil*V
1
2
def mCO2(FE, V):
return FE*V
Adding or removing images is disabled during broadcasting. You'll be able to update images again once the broadcast session is over.
Images
Image LibraryImages listed here are available to use in your code in this trinket. Click the Image Library button to include more or upload new images.