This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
1
Einstein: Anyone have any idea why this worked and what I was doing wrong before I added the obvious looking fix?
Post Flair (click to view more posts with a particular flair)
Post Body
def main():
m = int(input())
e = m * (30000000 ** 2)
if m != 1:
e = e * 100
print(e)
main()
every time I tried check50 I was always 2 digits off
Post Details
We try to extract some basic information from the post title. This is not
always successful or accurate, please use your best judgement and compare
these values to the post title and body for confirmation.
- Posted
- 2 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/cs50/commen...