Forum » Programiranje » Perl vs. Python simple string test
Perl vs. Python simple string test
HotBurek ::
Dobro jutro.
Evo, malo za intermeco.
Spodnji primer:
A ni zanimivo, da output vrne aaa, bbb, čeprav je $test2 napisan kot string. Kako sploh izpisat string "$test2"?
Če bi tak ukaz za združitev stringov napisal v Python-u:
Bi ven dobil: aaa, test2
Evo, malo za intermeco.
Spodnji primer:
#!/usr/bin/perl5.32.1 my $test1 = "aaa"; my $test2 = "bbb"; $test1 = $test1 . ", $test2"; print $test1 . "\n";
A ni zanimivo, da output vrne aaa, bbb, čeprav je $test2 napisan kot string. Kako sploh izpisat string "$test2"?
Če bi tak ukaz za združitev stringov napisal v Python-u:
test1 = test1 + ", test2";
Bi ven dobil: aaa, test2
root@debian:/# iptraf-ng
fatal: This program requires a screen size of at least 80 columns by 24 lines
Please resize your window
fatal: This program requires a screen size of at least 80 columns by 24 lines
Please resize your window
HotBurek ::
Pa res. Ok, interpolation se temu reče. Črko f je potrebno dat pred stringom. Vsaj ena od opcij je taka.
root@debian:/# iptraf-ng
fatal: This program requires a screen size of at least 80 columns by 24 lines
Please resize your window
fatal: This program requires a screen size of at least 80 columns by 24 lines
Please resize your window
Vredno ogleda ...
Tema | Ogledi | Zadnje sporočilo | |
---|---|---|---|
Tema | Ogledi | Zadnje sporočilo | |
» | PythonOddelek: Programiranje | 1101 (466) | Randomness |
» | Php pomočOddelek: Programiranje | 1969 (1402) | Dober dan |
» | Javascript in Regular Expression capture groupsOddelek: Programiranje | 670 (620) | sax15 |
» | [C#]InternalOddelek: Programiranje | 925 (834) | kogledom |
» | [cpp]Kako ugotoviti koliko zapisov je v arrayu?Oddelek: Programiranje | 827 (746) | technolog |