photo

Johannes Neumann


Last seen: 29 Tage vor Aktiv seit 2019

Followers: 0   Following: 0

Nachricht

Statistik

All
  • Knowledgeable Level 1
  • Solver
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


Unit Matrix
Given n, you should return an n-by-n unit matrix. Example: If input is n=2 then A = [ 1 0 0 1 ] If input ...

mehr als 4 Jahre vor

Gelöst


Return the first and last character of a string
Return the first and last character of a string, concatenated together. If there is only one character in the string, the functi...

mehr als 4 Jahre vor