Modifications

Sauter à la navigation Sauter à la recherche
217 octets ajoutés ,  7 mars 2022 à 00:13
Ligne 23 : Ligne 23 :  
     _file.write( "Hey, it is MicroPython\r\n" )
 
     _file.write( "Hey, it is MicroPython\r\n" )
 
</syntaxhighlight>
 
</syntaxhighlight>
 +
 +
The ''''a'''' parameter in the {{fname|open()}} call stand for "append". So executing several time the code will append the same text again and again to the file.
 +
 +
Of the file doesn't exists yet, it will be created.
    
{{ENG-CANSAT-PICO-TRAILER}}
 
{{ENG-CANSAT-PICO-TRAILER}}
29 917

modifications

Menu de navigation