Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9154599
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T12:27:12+00:00 2026-06-17T12:27:12+00:00

Full disclosure: this is for an assignment. Simply getting working code is enough, but

  • 0

Full disclosure: this is for an assignment. Simply getting working code is enough, but doing this in three lines gets me extra credit.

I’m trying to take a 1000-digit string and find the largest product of 5 consecutive digits. You may recognize this as Project Euler’s Problem #8.

I’ve tried a lot of options, but I seem to be stuck. I’m working on figuring out if I can make a lambda statement that will work, but I have no experience with lambda so it’s evading me.

Here’s what I have so far:

for i in range(1, 996):
    max = int(number[i+0]) * int(number[i+1]) * int(number[i+2]) * int(number[i+3]) * int(number[i+4]) if max < int(number[i+0]) * int(number[i+1]) * int(number[i+2]) * int(number[i+3]) * int(number[i+4]) else max = max
return max

That doesn’t work and triggers SyntaxError: can't assign to conditional expression.

I don’t want outright code, or at least not a complete function, but just a little help understanding how I can move forward.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T12:27:13+00:00Added an answer on June 17, 2026 at 12:27 pm

    This isn’t legal python:

    x = y if z else x = w
    

    This is:

    x = y if z else w
    

    So is this:

    if z: x = y
    

    By the way, there is a one line solution, that is much shorter and clearer than your three.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Full disclosure: this is for an assignment, so please don't post actual code solutions!
Full disclosure: this is for an assignment. I'm not looking for explicit answers, but
Full disclosure : This is for a homework assignment. This is driving me nuts.
First off, full disclosure: This is going towards a uni assignment, so I don't
Full disclosure, this is part of a homework assignment (though a small snippet, the
full disclosure - this is for a homework assignment. And I normally would not
Full disclosure: This is my first time doing any significant programming in C, and
First, in order to provide full disclosure, I want to point out that this
The full error I'm getting is this: error: ambiguous overload for ‘operator[]’ in ‘a[boost::_bi::storage4<A1,
I want obtain full URL adres in php script, tell please, this code always

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.