Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
recorrido-manual.py
Fhernd
Jun 10th, 2018
1,904
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.19 KB
| None
|
0
0
raw
download
clone
embed
print
report
# -*- coding: utf-8 -*-
with
open
(
'archivo.txt'
)
as
f:
try
:
while
True
:
linea
=
next
(
f
)
print
(
linea
,
end
=
''
)
except
StopIteration
:
pass
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Untitled
Bash | 45 min ago | 4.69 KB
Custodes R3
PHP | 2 hours ago | 1.56 KB
Sisters R3
PHP | 2 hours ago | 2.80 KB
Minecraft 1.21.8 - Custom enchantment command...
Lua | 3 hours ago | 4.94 KB
House Robber 2 (Leetcode 198) Space Unoptimis...
C++ | 4 hours ago | 2.34 KB
Resize EXT4
Bash | 4 hours ago | 5.31 KB
*New* Grow A Garden Duping & Pet Spawning...
Lua | 5 hours ago | 0.10 KB
Sisters R2
PHP | 5 hours ago | 2.95 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!