Hey there,
so i'm trying to answer this question but i'm hitting a snag.
i'm not familiar with the environment so it's very difficult to understand the syntax.
I would like someone to help me look through and assist with the syntax.
Also how to pass the input to get desired output
Henry_28
0
Newbie Poster
Recommended Answers
Jump to PostIf you ask a specific question I'd be happy to offer a specific answer. In the future, please post code as text rather than as a blurry screencap.
All 2 Replies
rproffitt
2,514
"Nothing to see here."
Moderator
Henry_28
commented:
import fileinput import sys for line in fileinput.input(): sys.stdout.write(line)
+0
Reverend Jim
4,544
Hi, I'm Jim, one of DaniWeb's moderators.
Moderator
Featured Poster
Henry_28
commented:
I was hoping the picture will give a better insight into what i wanted. the problem is mostly with the environment
+0
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.