Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7fb4125

Browse files
committed
Update test.py
1 parent 0588871 commit 7fb4125

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

‎mvrpl.so‎

2.64 MB
Binary file not shown.

‎test.py‎

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
import mvrpl
22
import json
33

4-
print"------------- Retorna DocString do modulo -------------"
5-
printmvrpl.__doc__
4+
print("------------- Retorna DocString do modulo -------------")
5+
print(mvrpl.__doc__)
66
print
77

8-
print"------------- Retorna resultado Python -------------"
9-
printmvrpl.retpy()
8+
print("------------- Retorna resultado Python -------------")
9+
print(mvrpl.retpy())
1010
print
1111

12-
print"------------- Retorna Mapa Python -------------"
12+
print("------------- Retorna Mapa Python -------------")
1313
for k,v in mvrpl.retmapa().iteritems():
14-
print"Chave: %s" % k
15-
print"Valor: %s" % v
14+
print("Chave: %s" % k)
15+
print("Valor: %s" % v)
1616
print
1717

18-
print"------------- Retorna Lista Python -------------"
19-
print"__".join([str(n) for n in mvrpl.reclista([1,2,3])])
18+
print("------------- Retorna Lista Python -------------")
19+
print("__".join([str(n) for n in mvrpl.reclista([1,2,3])]))
2020
print
2121

22-
print"------------- Retorna resposta de URL -------------"
23-
printmvrpl.returl()
22+
print("------------- Retorna resposta de URL -------------")
23+
print(mvrpl.returl())
2424
print
2525

26-
print"------------- Retorna Mapa Rust no Python -------------"
27-
printmvrpl.mapa()
26+
print("------------- Retorna Mapa Rust no Python -------------")
27+
print(mvrpl.mapa())
2828
print
2929

30-
print"------------- Retorna parse dict Python -------------"
31-
printmvrpl.recmapa({'key':15})
30+
print("------------- Retorna parse dict Python -------------")
31+
print(mvrpl.recmapa({'key':15, 'ds': 5}))
3232
print

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /