cristian mihai
Pentru a afla mai multe despre echipa stelara, vizitati starteam.

Python hex()

  • Posted 11 July 2022
  • By cristian mihai
  • -2
  • 318

The hex() function converts an integer number to the corresponding hexadecimal string.

[mai mult...]

Python hasattr()

  • Posted 14 June 2022
  • By cristian mihai
  • 4
  • 278

The hasattr() method returns true if an object has the given named attribute and false if it does not.

[mai mult...]

Python setattr()

  • Posted 14 June 2022
  • By cristian mihai
  • 4
  • 274

The setattr() function sets the value of the attribute of an object.

[mai mult...]

Python super()

  • Posted 14 June 2022
  • By cristian mihai
  • -2
  • 299

The super() builtin returns a proxy object (temporary object of the superclass) that allows us to access methods of the base class.

[mai mult...]

Python zip()

  • Posted 14 June 2022
  • By cristian mihai
  • -9
  • 369

The zip() function takes iterables (can be zero or more), aggregates them in a tuple, and returns it.

[mai mult...]

Python slice()

  • Posted 14 June 2022
  • By cristian mihai
  • -2
  • 328

The slice() function returns a slice object that is used to slice any sequence (string, tuple, list, range, or bytes).

[mai mult...]

Python sorted()

  • Posted 10 May 2022
  • By cristian mihai
  • -2
  • 294

The sorted() function sorts the elements of a given iterable in a specific order (ascending or descending) and returns it as a list.

[mai mult...]

Python locals()

  • Posted 10 May 2022
  • By cristian mihai
  • -1
  • 292

locals() method updates and returns the dictionary associated with the current local symbol table.

[mai mult...]

Python next()

  • Posted 10 May 2022
  • By cristian mihai
  • 9
  • 395

The next() function returns the next item from the iterator.

[mai mult...]

Python ord()

  • Posted 10 May 2022
  • By cristian mihai
  • -4
  • 396

The ord() function returns an integer representing the Unicode character.

[mai mult...]
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • …
  • 19
  • Next

Statistici Autor

182 Solutii Create

83521 Vizualizari solutii

-634 Like-uri solutii

© Askit.ro, 2014 - 2026. All rights reserved. Done by Class IT