User Tools

Site Tools


python_examples

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
python_examples [2019/03/08 08:02] g00r00python_examples [2019/03/09 07:38] g00r00
Line 129: Line 129:
  
 <file python mcihelp.mpy> <file python mcihelp.mpy>
- 
 import mystic_bbs as bbs; import mystic_bbs as bbs;
  
Line 165: Line 164:
 # List files in the user's current file base # List files in the user's current file base
  
-from time import * 
 from mystic_bbs import * from mystic_bbs import *
  
Line 217: Line 215:
  writeln("")  writeln("")
  writeln("|09File: |11" + fileinfo["filename"])  writeln("|09File: |11" + fileinfo["filename"])
- writeln("|09Date: " + str(fileinfo["date"]))+ writeln("|09Date: " + datestr(dated2u(fileinfo["date"]), "NNN DD YYYY HH:II:SS"))
  writeln("Size: " + str(fileinfo["size"]))  writeln("Size: " + str(fileinfo["size"]))
  writeln("DLs : " + str(fileinfo["dls"]))  writeln("DLs : " + str(fileinfo["dls"]))
python_examples.txt · Last modified: 2019/03/09 21:40 by g00r00

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki